Skip to content

Commit

Permalink
Merge branch 'main' into asm-macro-basics
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchacon authored Jul 25, 2024
2 parents 4330110 + aeb4cc0 commit 6fd7fc5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
44 changes: 22 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ serde_json = "1.0.120"
strum_macros = "0.24.1"
strum = "0.24.1"
tempfile = "3.10.1"
thiserror = "1.0.62"
thiserror = "1.0.63"

proc-macro2 = "1.0.86"
quote = "1.0.36"
syn = { version = "2.0.71", features = ["extra-traits", "full"] }
syn = { version = "2.0.72", features = ["extra-traits", "full"] }

[workspace.package]
edition = "2021"
Expand Down

0 comments on commit 6fd7fc5

Please sign in to comment.