mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-11 14:16:27 +02:00
rust 1.82.0
This commit is contained in:
parent
4e361dcf92
commit
4462176109
6 changed files with 34 additions and 0 deletions
7
packages/rust/1.82.0/environment
vendored
Executable file
7
packages/rust/1.82.0/environment
vendored
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue