Closed rockenbf closed 2 weeks ago
The tag stable depends on when rustup was updated the last time, and a change in stable rust version could break builds. Alternatively, it would be possible to set rust-version = "1.82" in the Cargo.toml.
rust-version = "1.82"
The tag stable depends on when rustup was updated the last time, and a change in stable rust version could break builds. Alternatively, it would be possible to set
rust-version = "1.82"
in the Cargo.toml.