chore(deps): bump rand
to 0.9.1
, remove rand_core
#243
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #32 (or do we want to keep that open until a new release?)
Changelog
rand
to0.9.1
and move it out ofdev-dependencies
.rand_core
: onlyrand_core
was imported, but then we would usebitcoin::key::rand
.bitcoin::key::rand::thread_rng()
in favor ofrand::rng()
.thread_rng()
torng()
,gen_range
torandom_range
.getrandom
when the target iswasm32
: it was necessary to create.cargo/config.toml
as well (for context, see Stop forwarding getrandom's wasm features rust-random/rand#886).Checklists
All Submissions:
cargo +nightly fmt
andcargo clippy
before committingNew Features:
Bugfixes: