Skip to content

Commit 1f74372

Browse files
authored
chore: bump to revm 33 (#381)
## Motivation <!-- Explain the context and why you're making that change. What is the problem you're trying to solve? In some cases there is not a problem and this can be thought of as being the motivation for your change. --> Per: https://github.com/bluealloy/revm/releases/tag/v100
1 parent 5af3c6a commit 1f74372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ alloy-sol-types = { version = "1.4", default-features = false }
3636
alloy-primitives = { version = "1.4", default-features = false, features = [
3737
"map",
3838
] }
39-
revm = { version = "32.0.0", default-features = false }
39+
revm = { version = "33.0.0", default-features = false }
4040

4141
anstyle = { version = "1.0", optional = true }
4242
colorchoice = "1.0"

0 commit comments

Comments
 (0)