2022-11-15 21:35:44 +01:00
|
|
|
#/usr/bin/env bash
|
|
|
|
|
|
|
|
# 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
|
2023-11-22 13:21:47 +01:00
|
|
|
cargo install --force --version 1.16.0 just
|