diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-12-28 01:20:08 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-12-28 01:20:08 +0000 |
| commit | 450529c29d7576d7b817226f08c4a2bd4e508c3e (patch) | |
| tree | d9fb04b13d33c9c5aba7f409b48b58e4ad2d2ba1 /repos/extra/rust/abuild | |
| parent | 291ed6a386ada804ed81056c41071212c28bf556 (diff) | |
| download | alicelinux-450529c29d7576d7b817226f08c4a2bd4e508c3e.tar.gz alicelinux-450529c29d7576d7b817226f08c4a2bd4e508c3e.zip | |
rust: updated to 1.92.0
Diffstat (limited to 'repos/extra/rust/abuild')
| -rw-r--r-- | repos/extra/rust/abuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/repos/extra/rust/abuild b/repos/extra/rust/abuild index af7ba2e3..96dc46a6 100644 --- a/repos/extra/rust/abuild +++ b/repos/extra/rust/abuild @@ -1,9 +1,9 @@ name=rust -version=1.91.1 +version=1.92.0 ##cat src/stage0.txt -export _date=2025-09-18 -export _rustc=1.90.0 +export _date=2025-10-30 +export _rustc=1.91.0 export _cargo=$_rustc ## @@ -43,6 +43,8 @@ build() { sed -i 's/\("files":{\)[^}]*/\1/' vendor/openssl-sys-0.9.92/.cargo-checksum.json cat > config.toml <<EOF +change-id = "ignore" + [llvm] link-shared = true download-ci-llvm = false |