Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
Enable the "rand" feature by default in the dev-dependencies, in order to run
the benches.
  • Loading branch information
flemosr committed Oct 13, 2023
1 parent aa6609a commit b2f49fd
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 @@ -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


Expand Down

0 comments on commit b2f49fd

Please sign in to comment.