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 bba0efe commit b59f1c3Copy full SHA for b59f1c3
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "trevm"
3
-version = "0.7.0"
+version = "0.8.0"
4
rust-version = "1.79.0"
5
edition = "2021"
6
authors = ["init4"]
@@ -34,7 +34,7 @@ alloy-rpc-types-eth = "0.2.0"
34
alloy-rpc-types-mev = "0.2.0"
35
alloy-sol-types = "0.7.7"
36
revm = { version = "13.0.0", default-features = false, features = ["std"] }
37
-zenith-types = "0.5"
+zenith-types = "0.6"
38
39
thiserror = "1.0"
40
0 commit comments