Update rand requirement from 0.8 to 0.9 #202
Annotations
10 errors
|
Build and Test:
tests/common/mod.rs#L10
unresolved import `rand::distributions`
|
Build and Test:
src/lib.rs#L609
unresolved import `rand::distributions`
|
Build and Test:
tests/common/mod.rs#L11
use of deprecated function `rand::thread_rng`: renamed to `rng`
|
Build and Test:
src/lib.rs#L610
use of deprecated function `rand::thread_rng`: renamed to `rng`
|
Build and Test:
tests/common/mod.rs#L10
use of deprecated function `rand::thread_rng`: renamed to `rng`
|
Build and Test:
src/lib.rs#L609
use of deprecated function `rand::thread_rng`: renamed to `rng`
|
Build and Test:
src/lib.rs#L678
the method `fill` exists for struct `OsRng`, but its trait bounds were not satisfied
|
Build and Test:
tests/basic.rs#L97
the method `fill` exists for struct `OsRng`, but its trait bounds were not satisfied
|
Build and Test
Process completed with exit code 1.
|
Loading