Skip to content

Commit

Permalink
Update ethereum dependency, add "with-serde" feature (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy authored May 31, 2022
1 parent c72610e commit 1b01f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain-evm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ byte-slice-cast = { version = "1.0", default-features = false }
thiserror = "1.0"
quickcheck = { version = "0.9", optional = true }
evm = { version = "0.35.0" }
ethereum = { version = "0.12.0" }
ethereum = { version = "0.12.0", features = ["with-serde"] }
ethereum-types = { version = "0.13.1", features = ["rlp"] }

[dev-dependencies]
Expand Down

0 comments on commit 1b01f0d

Please sign in to comment.