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 3590b52 commit 73f8af8Copy full SHA for 73f8af8
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "trevm"
3
-version = "0.12.0"
+version = "0.12.1"
4
rust-version = "1.79.0"
5
edition = "2021"
6
authors = ["init4"]
@@ -27,8 +27,8 @@ option-if-let-else = "warn"
27
redundant-clone = "warn"
28
29
[dependencies]
30
-alloy-primitives = "=0.8.5"
31
-alloy-sol-types = "=0.8.5"
+alloy-primitives = "=0.8.8"
+alloy-sol-types = "=0.8.8"
32
33
alloy = { version = "=0.4.2", features = ["rpc-types-mev"] }
34
0 commit comments