Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Updates evm crate to v0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
crystalin committed Jul 2, 2020
1 parent 38497ef commit c72651c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/evm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sp-std = { version = "2.0.0-rc3", default-features = false, path = "../../primit
sp-io = { version = "2.0.0-rc3", default-features = false, path = "../../primitives/io" }
primitive-types = { version = "0.7.0", default-features = false, features = ["rlp"] }
rlp = { version = "0.4", default-features = false }
evm = { version = "0.16", default-features = false }
evm = { version = "0.17", default-features = false }
sha3 = { version = "0.8", default-features = false }

[features]
Expand Down

0 comments on commit c72651c

Please sign in to comment.