diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-01-29 01:06:17 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-01-29 01:06:17 +0800 |
| commit | acc780df9e37c05c358900bba4976a41cf3c4950 (patch) | |
| tree | d1636bd92232886ead1d64aa673ca38c6f035108 /repos/extra/rust/abuild | |
| parent | 1519b14dd3e07eb690068237e9573fddcbd005e9 (diff) | |
| download | alicelinux-acc780df9e37c05c358900bba4976a41cf3c4950.tar.gz alicelinux-acc780df9e37c05c358900bba4976a41cf3c4950.zip | |
rust: updated to 1.84.0
Diffstat (limited to 'repos/extra/rust/abuild')
| -rwxr-xr-x | repos/extra/rust/abuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/repos/extra/rust/abuild b/repos/extra/rust/abuild index d87d671f..35acd41b 100755 --- a/repos/extra/rust/abuild +++ b/repos/extra/rust/abuild @@ -1,9 +1,9 @@ name=rust -version=1.83.0 +version=1.84.0 ##cat src/stage0.txt -export _date=2024-10-17 -export _rustc=1.82.0 +export _date=2024-11-28 +export _rustc=1.83.0 export _cargo=$_rustc ## @@ -11,7 +11,8 @@ release=1 source="https://static.rust-lang.org/dist/${name}c-$version-src.tar.xz https://static.rust-lang.org/dist/$_date/rust-std-$_rustc-x86_64-unknown-linux-musl.tar.xz::noextract https://static.rust-lang.org/dist/$_date/rustc-$_rustc-x86_64-unknown-linux-musl.tar.xz::noextract - https://static.rust-lang.org/dist/$_date/cargo-$_cargo-x86_64-unknown-linux-musl.tar.xz::noextract" + https://static.rust-lang.org/dist/$_date/cargo-$_cargo-x86_64-unknown-linux-musl.tar.xz::noextract + fix-bootstrap.patch" #fix-curl.patch" build_dir=${name}c-$version-src keep_static=1 |