Update rand requirement from 0.8.5 to 0.9.0 #1395
Annotations
2 errors and 1 warning
Run actions-rs-plus/clippy-check@v2:
example/fill_random_values/src/lib.rs#L1
error[E0433]: failed to resolve: could not find `distributions` in `rand`
--> example/fill_random_values/src/lib.rs:1:11
|
1 | use rand::distributions::uniform::SampleUniform;
| ^^^^^^^^^^^^^ could not find `distributions` in `rand`
|
Run actions-rs-plus/clippy-check@v2
Clippy had exited with the 101 exit code
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading