Closed duthils closed 2 months ago
Following https://github.com/getsops/sops/pull/1604, we now have two different GH actions requiring a version of Rust.
Rustup allows setting the toolchain version in a file rust-toolchain.toml, allowing to set the Rust version once for all Rust commands.
rust-toolchain.toml
@duthils thanks for improving CI!
Following https://github.com/getsops/sops/pull/1604, we now have two different GH actions requiring a version of Rust.
Rustup allows setting the toolchain version in a file
rust-toolchain.toml
, allowing to set the Rust version once for all Rust commands.