Use stable toolchain for building cargo tools
This commit is contained in:
parent
679384a85d
commit
37b1e1fcfa
2 changed files with 7 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue