piston/packages/rust/1.62.0/environment
Gerry Agbobada 53e04c228d
pkg(rust-1.62.0): Added rust 1.62.0
Following template from #393 to bump the rust toolchain to the latest
stable
2022-07-17 02:40:50 +02:00

5 lines
215 B
Bash
Executable file

#!/usr/bin/env bash
# Put 'export' statements here for environment variables
export PATH=$PWD/rust-1.62.0-x86_64-unknown-linux-gnu/rustc/bin/:$PATH
export RUST_INSTALL_LOC=$PWD/rust-1.62.0-x86_64-unknown-linux-gnu