Skip to content

Commit

Permalink
Merge pull request #71 from LLFourn/shove_extra_dependencies_into_ada…
Browse files Browse the repository at this point in the history
…ptor_feature

Shove extra ecdsa_fun dependencies into adaptor feature
  • Loading branch information
LLFourn committed Aug 7, 2021
2 parents 26f48a7 + 2a361f2 commit f17e610
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ecdsa_fun/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ default = ["std", "nightly", "adaptor"]
all = ["std", "serde", "libsecp_compat", "adaptor"]
libsecp_compat = ["secp256kfun/libsecp_compat"]
std = ["alloc"]
alloc = ["secp256kfun/alloc", "sigma_fun/alloc"]
serde = ["secp256kfun/serde", "serde_crate", "sigma_fun/serde"]
alloc = ["secp256kfun/alloc" ]
serde = ["secp256kfun/serde", "serde_crate"]
nightly = ["secp256kfun/nightly"]
adaptor = ["sigma_fun", "bincode", "rand_chacha"]
# when https://github.com/rust-lang/cargo/issues/8832 is stabilized use the ? syntax to fix this
adaptor = ["sigma_fun", "bincode", "rand_chacha", "sigma_fun/serde", "sigma_fun/alloc"]

0 comments on commit f17e610

Please sign in to comment.