Skip to content

Commit

Permalink
Update revm version
Browse files Browse the repository at this point in the history
  • Loading branch information
zombie-einstein committed Apr 10, 2024
1 parent 3d90596 commit 461b130
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -19,7 +19,7 @@ keywords = ["agent-based-model", "abm", "simulation", "web3", "ethereum"]
categories = ["simulation", "finance", "science"]

[workspace.dependencies]
revm = { version="7.1.0", default-features = false, features = ["memory_limit", "optional_eip3607", "optional_block_gas_limit", "optional_no_base_fee", "arbitrary"]}
revm = { version="8.0.0", default-features = false, features = ["memory_limit", "optional_eip3607", "optional_block_gas_limit", "optional_no_base_fee", "arbitrary"]}
alloy-primitives = "0.7.0"
alloy-sol-types = { version="0.7.0", features=["json"]}

Expand Down

0 comments on commit 461b130

Please sign in to comment.