Skip to content

Commit 6dd5c45

Browse files
committed
fixup rust-secp256k1 v0.30.0 compat
forgot this in schnorr_fun
1 parent f0f4ff2 commit 6dd5c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schnorr_fun/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ alloc = ["secp256kfun/alloc" ]
4242
std = ["alloc", "secp256kfun/std"]
4343
bincode = ["secp256kfun/bincode"]
4444
serde = ["secp256kfun/serde"]
45-
libsecp_compat = ["libsecp_compat_0_29", "secp256kfun/libsecp_compat"]
45+
libsecp_compat = ["libsecp_compat_0_30", "secp256kfun/libsecp_compat"]
4646
libsecp_compat_0_27 = ["secp256kfun/libsecp_compat_0_27"]
4747
libsecp_compat_0_28 = ["secp256kfun/libsecp_compat_0_28"]
4848
libsecp_compat_0_29 = ["secp256kfun/libsecp_compat_0_29"]

0 commit comments

Comments
 (0)