We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee3087b commit 64bcca0Copy full SHA for 64bcca0
runners/revm/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2021"
7
bytes = "1.5"
8
clap = { version = "4.4.12", features = ["derive"] }
9
hex = "0.4"
10
-primitive-types = { version = "0.11", features = ["rlp"] }
+primitive-types = { version = "0.12", features = ["rlp"] }
11
# from branch primitives
12
revm-interpreter = { git = "https://github.com/bluealloy/revm", rev="3fda52e", package="revm-interpreter"}
13
0 commit comments