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 a78d1f5 commit fafe2e0Copy full SHA for fafe2e0
crates/primitives-traits/Cargo.toml
@@ -57,7 +57,7 @@ alloy-primitives = { workspace = true, features = ["arbitrary", "serde"] }
57
alloy-consensus = { workspace = true, features = ["arbitrary", "serde"] }
58
59
arbitrary = { workspace = true, features = ["derive"] }
60
-secp256k1 = { workspace = true, features = ["recovery", "global-context", "rand"] }
+secp256k1 = { workspace = true, features = ["recovery", "global-context", "rand", "secp256k1"] }
61
bincode.workspace = true
62
byteorder.workspace = true
63
proptest-arbitrary-interop.workspace = true
0 commit comments