Skip to content

Bump snow from 0.9.4 to 0.9.5 #214

Bump snow from 0.9.4 to 0.9.5

Bump snow from 0.9.4 to 0.9.5 #214

Triggered via pull request January 24, 2024 21:08
Status Failure
Total duration 9m 3s
Artifacts

rust-checks.yaml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

5 errors
doc
Process completed with exit code 101.
test (ubuntu-latest, stable)
Process completed with exit code 101.
the trait bound `ThreadRng: rand_core::RngCore` is not satisfied: home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bip39-2.0.0/src/lib.rs#L292
error[E0277]: the trait bound `ThreadRng: rand_core::RngCore` is not satisfied --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bip39-2.0.0/src/lib.rs:292:30 | 292 | Mnemonic::generate_in_with(&mut rand::thread_rng(), language, word_count) | -------------------------- ^^^^^^^^^^^^^^^^^^^^^^^ the trait `rand_core::RngCore` is not implemented for `ThreadRng` | | | required by a bound introduced by this call | = help: the following other types implement trait `rand_core::RngCore`: BlockRng<R> BlockRng64<R> rand_core::OsRng Box<R> &'a mut R note: required by a bound in `Mnemonic::generate_in_with` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bip39-2.0.0/src/lib.rs:266:6 | 260 | pub fn generate_in_with<R>( | ---------------- required by a bound in this associated function ... 266 | R: rand_core::RngCore + rand_core::CryptoRng, | ^^^^^^^^^^^^^^^^^^ required by this bound in `Mnemonic::generate_in_with`
the trait bound `ThreadRng: rand_core::CryptoRng` is not satisfied: home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bip39-2.0.0/src/lib.rs#L292
error[E0277]: the trait bound `ThreadRng: rand_core::CryptoRng` is not satisfied --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bip39-2.0.0/src/lib.rs:292:30 | 292 | Mnemonic::generate_in_with(&mut rand::thread_rng(), language, word_count) | -------------------------- ^^^^^^^^^^^^^^^^^^^^^^^ the trait `rand_core::CryptoRng` is not implemented for `ThreadRng` | | | required by a bound introduced by this call | = help: the following other types implement trait `rand_core::CryptoRng`: BlockRng<R> rand_core::OsRng Box<R> &'a mut R note: required by a bound in `Mnemonic::generate_in_with` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bip39-2.0.0/src/lib.rs:266:27 | 260 | pub fn generate_in_with<R>( | ---------------- required by a bound in this associated function ... 266 | R: rand_core::RngCore + rand_core::CryptoRng, | ^^^^^^^^^^^^^^^^^^^^ required by this bound in `Mnemonic::generate_in_with`
lint
Clippy had exited with the 101 exit code