Skip to content

Commit

Permalink
f core2 alloc
Browse files Browse the repository at this point in the history
  • Loading branch information
devrandom committed May 27, 2021
1 parent 839c784 commit 9f6e15e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ secp-recovery = ["secp256k1/recovery"]

# either std or no-std must be selected
std = ["secp256k1/std", "bitcoin_hashes/std", "bech32/std"]
no-std = ["hashbrown/nightly", "core2"]
no-std = ["hashbrown/nightly", "core2/alloc"]

compact-block-filters = ["hashbrown"]
merkleblock = ["hashbrown"]

[dependencies]
bitcoin_hashes = { version = "0.9.6", default-features = false }
secp256k1 = { version = "0.20.2", default-features = false }
core2 = { version = "0.3.0-alpha.1", optional = true }
core2 = { version = "0.3.0-alpha.1", optional = true, default_features = false }

base64-compat = { version = "1.0.0", optional = true }
bitcoinconsensus = { version = "0.19.0-3", optional = true }
Expand Down

0 comments on commit 9f6e15e

Please sign in to comment.