Skip to content

Commit

Permalink
Merge branch 'main' into nes_memory
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchacon authored Jul 15, 2024
2 parents da0f5aa + 8592cff commit 3b61112
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
40 changes: 20 additions & 20 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 @@ -94,11 +94,11 @@ serde_json = "1.0.120"
strum_macros = "0.24.1"
strum = "0.24.1"
tempfile = "3.10.1"
thiserror = "1.0.61"
thiserror = "1.0.62"

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

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

0 comments on commit 3b61112

Please sign in to comment.