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 4cb6825 commit b9cd021Copy full SHA for b9cd021
Cargo.toml
@@ -36,7 +36,7 @@ futures = "0.3"
36
37
parking_lot = "0.12"
38
39
-revm = { version = "14", features = ["std", "serde"] }
+revm = { version = "14", default-features = false, features = ["std", "serde"] }
40
rustc-hash = "2.0"
41
42
serde = "1.0"
0 commit comments