Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
build(Cargo.toml): update dependency on revm-primitives
Browse files Browse the repository at this point in the history
  • Loading branch information
suchapalaver committed Jul 9, 2024
1 parent 3d92ae6 commit 0fa86de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 54 deletions.
57 changes: 4 additions & 53 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rand = "0.8.5"
rayon = "1.8.0"
reth-primitives = { git = "https://github.com/paradigmxyz/reth", version = "1.0.1", tag = "v1.0.1" }
reth-trie-common = { git = "https://github.com/paradigmxyz/reth", version = "1.0.1", tag = "v1.0.1" }
revm-primitives = "=1.1.2"
revm-primitives = "=6.0.0"
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.108"
sf-protos = { git = "https://github.com/semiotic-ai/sf-protos.git", version = "0.1.0" }
Expand Down

0 comments on commit 0fa86de

Please sign in to comment.