rust 1.82.0

This commit is contained in:
Joshix 2024-10-24 18:00:00 +00:00
parent 4e361dcf92
commit 4462176109
6 changed files with 34 additions and 0 deletions

7
packages/rust/1.82.0/environment vendored Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
VERSION=1.82.0
# Put 'export' statements here for environment variables
export "PATH=$PWD/rust-${VERSION}-x86_64-unknown-linux-gnu/rustc/bin/:$PATH"
export RUST_INSTALL_LOC=$PWD/rust-${VERSION}-x86_64-unknown-linux-gnu