Skip to content

Commit

Permalink
trying evm 0.40
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoks committed Oct 12, 2023
1 parent 3432b1a commit 3218ca4
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 51 deletions.
80 changes: 30 additions & 50 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 @@ -45,7 +45,7 @@ clap = { version = "4.3", features = ["derive", "deprecated"] }
environmental = { version = "1.1.4", default-features = false }
ethereum = { version = "0.14.0", default-features = false }
ethereum-types = { version = "0.14.1", default-features = false }
evm = { git = "https://github.com/peaqnetwork/evm", rev = "a33ac87ad7462b7e7029d12c385492b2a8311d1c", default-features = false }
evm = { version = "0.40", default-features = false }
futures = "0.3.28"
hex = { version = "0.4.3", default-features = false, features = ["alloc"] }
hex-literal = "0.4.1"
Expand Down

0 comments on commit 3218ca4

Please sign in to comment.