Skip to content

Commit efeb80c

Browse files
committed
fix: cargo features check
1 parent fff498c commit efeb80c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/l1/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ derive_more.workspace = true
2424
[features]
2525
default = ["std"]
2626
std = ["alloy-primitives/std", "scroll-alloy-consensus/std", "alloy-sol-types/std", "derive_more/std"]
27-
test-utils = ["dep:arbitrary", "alloy-primitives/arbitrary"]
27+
test-utils = ["std", "dep:arbitrary", "alloy-primitives/arbitrary"]

0 commit comments

Comments
 (0)