Update `Cargo.toml`
Enable the "rand" feature by default in the dev-dependencies, in order to run the benches.
This commit is contained in:
parent
aa6609ac2b
commit
b2f49fd2b2
|
@ -50,8 +50,8 @@ bitcoin_hashes = { version = "0.11.0", default-features = false }
|
|||
unicode-normalization = { version = "=0.1.22", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
rand_core = { version = "0.6.4", optional = false }
|
||||
crate_rand = { package = "rand", version = "0.8.5", optional = false }
|
||||
# Enabling the "rand" feature by default to run the benches
|
||||
bip39 = { path = ".", features = ["rand"] }
|
||||
bitcoin_hashes = "0.11.0" # enable default features for test
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue