Update `Cargo.toml`

Enable the "rand" feature by default in the dev-dependencies, in order to run
the benches.
This commit is contained in:
Rafael Lemos 2023-10-13 14:25:15 -03:00
parent aa6609ac2b
commit b2f49fd2b2
No known key found for this signature in database
GPG Key ID: A29394896B45C923
1 changed files with 2 additions and 2 deletions

View File

@ -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