Skip to content

Commit fafe2e0

Browse files
committed
fix secp
1 parent a78d1f5 commit fafe2e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/primitives-traits/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ alloy-primitives = { workspace = true, features = ["arbitrary", "serde"] }
5757
alloy-consensus = { workspace = true, features = ["arbitrary", "serde"] }
5858

5959
arbitrary = { workspace = true, features = ["derive"] }
60-
secp256k1 = { workspace = true, features = ["recovery", "global-context", "rand"] }
60+
secp256k1 = { workspace = true, features = ["recovery", "global-context", "rand", "secp256k1"] }
6161
bincode.workspace = true
6262
byteorder.workspace = true
6363
proptest-arbitrary-interop.workspace = true

0 commit comments

Comments
 (0)