diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-08-04 10:24:20 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-08-04 10:24:20 +0800 |
| commit | bc0b074a12f5061b37aca4f9e2e88b5509e6a960 (patch) | |
| tree | 8959b5f4b8dd1b1371407cfaebc3e046a7a3139e /repos/extra/rust/abuild | |
| parent | 8b6010398f81ed6c41bdbdc2e8c2350ecb7d15a1 (diff) | |
| download | alicelinux-bc0b074a12f5061b37aca4f9e2e88b5509e6a960.tar.gz alicelinux-bc0b074a12f5061b37aca4f9e2e88b5509e6a960.zip | |
rust: updated to 1.80.0
Diffstat (limited to 'repos/extra/rust/abuild')
| -rw-r--r-- | repos/extra/rust/abuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/repos/extra/rust/abuild b/repos/extra/rust/abuild index 7ef3e9bf..c5e9e5c5 100644 --- a/repos/extra/rust/abuild +++ b/repos/extra/rust/abuild @@ -1,9 +1,9 @@ name=rust -version=1.79.0 +version=1.80.0 ##cat src/stage0.txt -export _date=2024-05-02 -export _rustc=1.78.0 +export _date=2024-06-13 +export _rustc=1.79.0 export _cargo=$_rustc ## @@ -90,7 +90,7 @@ EOF mkdir "$SRC/rust" export RUST_BACKTRACE=1 - python x.py build + #python x.py build python x.py install rm -rf $PKG/usr/lib/rustlib/src/ \ |