Use stable toolchain for building cargo tools

This commit is contained in:
Jeremy Soller 2024-05-10 19:58:56 -06:00
parent 679384a85d
commit 37b1e1fcfa
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
2 changed files with 7 additions and 9 deletions

View file

@ -2,7 +2,7 @@
# Install Rust in Podman, after the image has been built
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly
cargo install --force --version 0.1.1 cargo-config
cargo install --force --version 1.16.0 just
cargo install --force --version 0.26.0 cbindgen
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable
cargo +stable install --force --version 0.1.1 cargo-config
cargo +stable install --force --version 1.16.0 just
cargo +stable install --force --version 0.26.0 cbindgen