diff --git a/Cargo.toml b/Cargo.toml index aad9df7..c9e2e8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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