Skip to content
This repository was archived by the owner on Jul 10, 2026. It is now read-only.

Commit 830e61f

Browse files
committed
Pin evm version
1 parent c591df9 commit 830e61f

2 files changed

Lines changed: 38 additions & 19 deletions

File tree

Cargo.lock

Lines changed: 37 additions & 18 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
@@ -57,7 +57,7 @@ derive_more = "1.0"
5757
environmental = { version = "1.1.4", default-features = false }
5858
ethereum = { git = "https://github.com/rust-ethereum/ethereum", rev = "bbb544622208ef6e9890a2dbc224248f6dd13318", default-features = false }
5959
ethereum-types = { version = "0.15", default-features = false }
60-
evm = { git = "https://github.com/rust-ethereum/evm", branch = "v0.x", default-features = false }
60+
evm = { git = "https://github.com/rust-ethereum/evm", rev = "6ca5a72bc8942f4860137155dd9033526fd362a5", default-features = false }
6161
futures = "0.3.31"
6262
hash-db = { version = "0.16.0", default-features = false }
6363
hex = { version = "0.4.3", default-features = false, features = ["alloc"] }

0 commit comments

Comments
 (0)