We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff498c commit efeb80cCopy full SHA for efeb80c
crates/l1/Cargo.toml
@@ -24,4 +24,4 @@ derive_more.workspace = true
24
[features]
25
default = ["std"]
26
std = ["alloy-primitives/std", "scroll-alloy-consensus/std", "alloy-sol-types/std", "derive_more/std"]
27
-test-utils = ["dep:arbitrary", "alloy-primitives/arbitrary"]
+test-utils = ["std", "dep:arbitrary", "alloy-primitives/arbitrary"]
0 commit comments