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 f0f4ff2 commit 6dd5c45Copy full SHA for 6dd5c45
schnorr_fun/Cargo.toml
@@ -42,7 +42,7 @@ alloc = ["secp256kfun/alloc" ]
42
std = ["alloc", "secp256kfun/std"]
43
bincode = ["secp256kfun/bincode"]
44
serde = ["secp256kfun/serde"]
45
-libsecp_compat = ["libsecp_compat_0_29", "secp256kfun/libsecp_compat"]
+libsecp_compat = ["libsecp_compat_0_30", "secp256kfun/libsecp_compat"]
46
libsecp_compat_0_27 = ["secp256kfun/libsecp_compat_0_27"]
47
libsecp_compat_0_28 = ["secp256kfun/libsecp_compat_0_28"]
48
libsecp_compat_0_29 = ["secp256kfun/libsecp_compat_0_29"]
0 commit comments