Skip to content

Commit

Permalink
update to evm 0.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadkaouk committed Nov 21, 2023
1 parent e46e222 commit 553984f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 39 deletions.
58 changes: 21 additions & 37 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 @@ -48,9 +48,9 @@ bn = { package = "substrate-bn", version = "0.6", default-features = false }
clap = { version = "4.4.3", features = ["derive", "deprecated"] }
derive_more = "0.99"
environmental = { version = "1.1.4", default-features = false }
ethereum = { version = "0.14.0", default-features = false }
ethereum = { version = "0.15.0", default-features = false }
ethereum-types = { version = "0.14.1", default-features = false }
evm = { git = "https://github.com/rust-blockchain/evm", rev = "a33ac87ad7462b7e7029d12c385492b2a8311d1c", default-features = false }
evm = { git = "https://github.com/rust-blockchain/evm", rev = "d543f105c2ce61494f9cedd6011f7f14989fd611", default-features = false }
futures = "0.3.28"
hash-db = { version = "0.16.0", default-features = false }
hex = { version = "0.4.3", default-features = false, features = ["alloc"] }
Expand Down

0 comments on commit 553984f

Please sign in to comment.