Merge pull request #25 from rust-bitcoin/enable-no-std

Enable no std usage
This commit is contained in:
Steven Roose 2023-02-23 02:53:59 +00:00 committed by GitHub
commit c1db4290c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,7 @@ all-languages = [
]
[dependencies]
bitcoin_hashes = "0.9.4"
bitcoin_hashes = { version = "0.11.0", default-features = false }
rand_core = "0.4.0"
unicode-normalization = { version = "=0.1.9", optional = true }
@ -50,4 +50,5 @@ zeroize = {version = "1.5", features = ["zeroize_derive"], optional = true}
[dev-dependencies]
rand = { version = "0.6.0", optional = false }
bitcoin_hashes = "0.11.0" # enable default features for test