1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-03 02:16:26 +02:00
piston/packages/rust/1.62.0/environment
Gerry Agbobada 53e04c228d
pkg(rust-1.62.0): Added rust 1.62.0
Following template from  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