This repository was archived by the owner on Aug 15, 2025. It is now read-only.
Update rand requirement from 0.8 to 0.9 #937
Annotations
14 warnings
|
compatibility/src/sway.rs#L18
use of deprecated method `rand::Rng::gen`: Renamed to `random` to avoid conflict with the new `gen` keyword in Rust 2024.
|
|
compatibility/src/sway.rs#L15
use of deprecated method `rand::Rng::gen`: Renamed to `random` to avoid conflict with the new `gen` keyword in Rust 2024.
|
|
compatibility/src/rand.rs#L22
use of deprecated method `rand::Rng::gen`: Renamed to `random` to avoid conflict with the new `gen` keyword in Rust 2024.
|
|
compatibility/src/rand.rs#L21
use of deprecated method `rand::Rng::gen`: Renamed to `random` to avoid conflict with the new `gen` keyword in Rust 2024.
|
|
compatibility/src/membership.rs#L48
use of deprecated method `rand::Rng::gen`: Renamed to `random` to avoid conflict with the new `gen` keyword in Rust 2024.
|
|
compatibility/src/membership.rs#L47
use of deprecated method `rand::Rng::gen_range`: Renamed to `random_range`
|
|
compatibility/src/membership.rs#L39
use of deprecated method `rand::Rng::gen_range`: Renamed to `random_range`
|
|
compatibility/src/sway.rs#L8
use of deprecated function `rand::thread_rng`: Renamed to `rng`
|
|
compatibility/src/rand.rs#L18
use of deprecated function `rand::thread_rng`: Renamed to `rng`
|
|
compatibility/src/membership.rs#L27
use of deprecated function `rand::thread_rng`: Renamed to `rng`
|
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The logs for this run have expired and are no longer available.
Loading