Skip to content

Commit 3d91ea3

Browse files
committed
fix feature
1 parent 5cdee73 commit 3d91ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/libzkp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ scroll-zkvm-types.workspace = true
99
scroll-zkvm-verifier-euclid.workspace = true
1010

1111
alloy-primitives.workspace = true #depress the effect of "native-keccak"
12-
sbv-primitives.workspace = true
12+
sbv-primitives = {workspace = true, features = ["scroll-compress-ratio", "scroll"]}
1313
base64.workspace = true
1414
serde.workspace = true
1515
serde_derive.workspace = true

0 commit comments

Comments
 (0)