diff --git a/podman/rustinstall.sh b/podman/rustinstall.sh index e229bdcb..3cdd6864 100755 --- a/podman/rustinstall.sh +++ b/podman/rustinstall.sh @@ -7,6 +7,6 @@ curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable curl -sSLf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash cargo +stable binstall --no-confirm --force --version 0.10.0 sccache -cargo +stable binstall --no-confirm --force --version 1.16.0 just -cargo +stable binstall --no-confirm --force --version 0.27.0 cbindgen +cargo +stable binstall --no-confirm --force --version 1.42.4 just +cargo +stable binstall --no-confirm --force --version 0.29.0 cbindgen cargo +stable install --force --version 0.1.1 cargo-config # TODO: Remove