Skip to content

Commit da2bbc4

Browse files
authored
update evm to v0.35 (#793)
* update evm to v0.35 updates dependencies to ethereum/ethereum-types needed for #786
1 parent e1f4bc5 commit da2bbc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chain-evm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ hex = { version = "0.4", default-features = false, features = ["alloc"] }
2222
byte-slice-cast = { version = "1.0", default-features = false }
2323
thiserror = "1.0"
2424
quickcheck = { version = "0.9", optional = true }
25-
evm = { version = "0.34.0" }
25+
evm = { version = "0.35.0" }
2626
ethereum-types = { version = "0.13.1", features = ["rlp"] }
2727

2828
[dev-dependencies]

0 commit comments

Comments
 (0)