Skip to content

Commit 95352f3

Browse files
author
Grigoriy Simonov
committed
update ethereum crate version for polkadot 2503
1 parent bfbcc63 commit 95352f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -25,7 +25,7 @@ evm-coder-procedural = { workspace = true }
2525
# Evm uses primitive-types for H160, H256 and others
2626
primitive-types = { version = "0.13.1", default-features = false }
2727
# Evm doesn't have reexports for log and others
28-
ethereum = { git = "https://github.com/rust-ethereum/ethereum", rev = "3be0d8fd4c2ad1ba216b69ef65b9382612efc8ba", default-features = false }
28+
ethereum = { git = "https://github.com/rust-ethereum/ethereum", rev = "bbb544622208ef6e9890a2dbc224248f6dd13318", default-features = false }
2929
# We have tuple-heavy code in solidity.rs
3030
impl-trait-for-tuples = "0.2.2"
3131

0 commit comments

Comments
 (0)