We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5722ee commit 81db63dCopy full SHA for 81db63d
Cargo.toml
@@ -45,10 +45,10 @@ alloy-eips = { version = "0.12", default-features = false }
45
alloy-consensus = { version = "0.12", default-features = false }
46
alloy-primitives = { version = "0.8.22", default-features = false }
47
alloy-sol-types = { version = "0.8.22", default-features = false }
48
-alloy-hardforks = { version = "0.1", git = "https://github.com/alloy-rs/hardforks", rev = "ae4176c" }
+alloy-hardforks = { version = "0.1" }
49
50
# op-alloy
51
-alloy-op-hardforks = { version = "0.1", git = "https://github.com/alloy-rs/hardforks", rev = "ae4176c" }
+alloy-op-hardforks = { version = "0.1" }
52
op-alloy-consensus = { version = "0.11", default-features = false }
53
54
# revm
0 commit comments