Skip to content

Commit

Permalink
Re-export secp256k1_zkp
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Nov 27, 2023
1 parent 5b5da81 commit 4f48968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dlc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde = { version = "1.0", default-features = false, optional = true }
# for benchmarks
unstable = []
default = ["std"]
std = ["bitcoin/std", "miniscript/std"]
std = ["bitcoin/std", "miniscript/std", "secp256k1-zkp/rand-std"]
no-std = ["dep:hashbrown", "miniscript/no-std", "bitcoin/no-std"]
use-serde = ["serde", "secp256k1-zkp/use-serde"]

Expand Down
2 changes: 1 addition & 1 deletion dlc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ extern crate bitcoin;
extern crate core;
extern crate miniscript;
extern crate secp256k1_sys;
extern crate secp256k1_zkp;
pub extern crate secp256k1_zkp;
#[cfg(feature = "serde")]
extern crate serde;

Expand Down

0 comments on commit 4f48968

Please sign in to comment.