Skip to content

Commit 3070ad5

Browse files
committed
Use right version of evm after merged changes
1 parent 001f21c commit 3070ad5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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
@@ -55,7 +55,7 @@ derive_more = "1.0"
5555
environmental = { version = "1.1.4", default-features = false }
5656
ethereum = { git = "https://github.com/rust-ethereum/ethereum", rev = "bbb544622208ef6e9890a2dbc224248f6dd13318", default-features = false }
5757
ethereum-types = { version = "0.15", default-features = false }
58-
evm = { git = "https://github.com/dimartiro/evm", branch = "v0.x", default-features = false }
58+
evm = { git = "https://github.com/rust-ethereum/evm", branch = "v0.x", default-features = false }
5959
futures = "0.3.31"
6060
hash-db = { version = "0.16.0", default-features = false }
6161
hex = { version = "0.4.3", default-features = false, features = ["alloc"] }

0 commit comments

Comments
 (0)