Skip to content

Commit 33e9a37

Browse files
Update Rust crate primitive-types to 0.12
1 parent 19987b2 commit 33e9a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runners/revm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
bytes = "1.5"
88
clap = { version = "4.4.8", features = ["derive"] }
99
hex = "0.4"
10-
primitive-types = { version = "0.11", features = ["rlp"] }
10+
primitive-types = { version = "0.12", features = ["rlp"] }
1111
# from branch primitives
1212
revm-interpreter = { git = "https://github.com/bluealloy/revm", rev="3fda52e", package="revm-interpreter"}
1313

0 commit comments

Comments
 (0)