Skip to content

Commit eb24406

Browse files
committed
update evm dependency
1 parent fcb06a0 commit eb24406

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ clap = { version = "4.3", features = ["derive", "deprecated"] }
4545
environmental = { version = "1.1.4", default-features = false }
4646
ethereum = { version = "0.14.0", default-features = false }
4747
ethereum-types = { version = "0.14.1", default-features = false }
48-
evm = { git = "https://github.com/moonbeam-foundation/evm-private", rev = "e4bab85832d851d0f1678dd1f56b9e8fd8bb8ba7", default-features = false }
48+
evm = { git = "https://github.com/moonbeam-foundation/evm", branch = "moonbeam-polkadot-v1.1.0", default-features = false }
4949
futures = "0.3.28"
5050
hash-db = { version = "0.16.0", default-features = false }
5151
hex = { version = "0.4.3", default-features = false, features = ["alloc"] }

0 commit comments

Comments
 (0)