diff options
Diffstat (limited to 'rust/abuild')
| -rw-r--r-- | rust/abuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/rust/abuild b/rust/abuild index 28754a01..d43d6471 100644 --- a/rust/abuild +++ b/rust/abuild @@ -1,9 +1,9 @@ name=rust -version=1.95.0 +version=1.96.0 ##cat src/stage0.txt -export _date=2026-03-05 -export _rustc=1.94.0 +export _date=2026-04-16 +export _rustc=1.95.0 export _cargo=$_rustc ## @@ -41,9 +41,7 @@ grep -q CURL_CA_BUNDLE "$1" || sed -i "/BUILDING_LIBCURL/a\\ ' sh {} \; sed -i 's/\("files":{\)[^}]*/\1/' vendor/curl-sys-*/.cargo-checksum.json - sed -i 's/\("files":{\)[^}]*/\1/' vendor/openssl-sys-0.9.109/.cargo-checksum.json - sed -i 's/\("files":{\)[^}]*/\1/' vendor/openssl-sys-0.9.107/.cargo-checksum.json - sed -i 's/\("files":{\)[^}]*/\1/' vendor/openssl-sys-0.9.92/.cargo-checksum.json + sed -i 's/\("files":{\)[^}]*/\1/' vendor/openssl-sys-*/.cargo-checksum.json cat > config.toml <<EOF change-id = "ignore" |