@@ -7,12 +7,10 @@ env = {
7
7
}
8
8
9
9
darwin {
10
- sha256-source = " https://static.rust-lang.org/dist/rust-${ version } -${ xarch } -apple-darwin.tar.xz.sha256"
11
10
source = " https://static.rust-lang.org/dist/rust-${ version } -${ xarch } -apple-darwin.tar.xz"
12
11
}
13
12
14
13
linux {
15
- sha256-source = " https://static.rust-lang.org/dist/rust-${ version } -${ xarch } -unknown-linux-gnu.tar.xz.sha256"
16
14
source = " https://static.rust-lang.org/dist/rust-${ version } -${ xarch } -unknown-linux-gnu.tar.xz"
17
15
}
18
16
@@ -39,7 +37,7 @@ version "1.51.0" "1.52.1" "1.53.0" "1.54.0" "1.55.0" "1.56.0" "1.57.0" "1.58.0"
39
37
" 1.66.0" " 1.66.1" " 1.67.0" " 1.67.1" " 1.68.0" " 1.68.2" " 1.69.0" " 1.70.0" " 1.71.0"
40
38
" 1.72.0" " 1.71.1" " 1.72.1" " 1.73.0" " 1.74.0" " 1.74.1" " 1.75.0" " 1.76.0" " 1.77.0"
41
39
" 1.77.1" " 1.77.2" " 1.78.0" " 1.79.0" " 1.80.0" " 1.80.1" " 1.81.0" " 1.82.0" " 1.83.0"
42
- " 1.84.0" " 1.84.1" " 1.85.0" " 1.85.1" " 1.86.0" " 1.87.0" {
40
+ " 1.84.0" " 1.84.1" " 1.85.0" " 1.85.1" " 1.86.0" " 1.87.0" " 1.88.0 " " 1.89.0 " {
43
41
auto- version {
44
42
github-release = " rust-lang/rust"
45
43
}
@@ -246,4 +244,12 @@ sha256sums = {
246
244
" https://static.rust-lang.org/dist/rust-1.87.0-aarch64-apple-darwin.tar.xz" : " 87f321d2cf4b8ec6612836bc2bba0c43dada2282542e0c95137889b7fb8ce8e0" ,
247
245
" https://static.rust-lang.org/dist/rust-1.87.0-x86_64-unknown-linux-gnu.tar.xz" : " 9720bf4ffdd5e6112f8fc93a645d50bfdc64f95cb76d41561be196e1721b4b69" ,
248
246
" https://static.rust-lang.org/dist/rust-1.87.0-aarch64-unknown-linux-gnu.tar.xz" : " 0bd04d32129f03465c1d2cae66f99d8c1c6d33c070b0e19b80a66b2b31ae6b9e" ,
247
+ " https://static.rust-lang.org/dist/rust-1.88.0-aarch64-apple-darwin.tar.xz" : " 9d64ea19e4051422428991b2c66bf108699f1ff11cc090466474902efad4db96" ,
248
+ " https://static.rust-lang.org/dist/rust-1.88.0-x86_64-apple-darwin.tar.xz" : " 421d34e45b9a17a51cf32351332f5c2a9dc944aad36d23bedc526912fcbd2fec" ,
249
+ " https://static.rust-lang.org/dist/rust-1.88.0-x86_64-unknown-linux-gnu.tar.xz" : " 7b5437c1d18a174faae253a18eac22c32288dccfc09ff78d5ee99b7467e21bca" ,
250
+ " https://static.rust-lang.org/dist/rust-1.88.0-aarch64-unknown-linux-gnu.tar.xz" : " d5decc46123eb888f809f2ee3b118d13586a37ffad38afaefe56aa7139481d34" ,
251
+ " https://static.rust-lang.org/dist/rust-1.89.0-aarch64-apple-darwin.tar.xz" : " a62f8ae2011321297319e9e30e06f3c14bbbb67fabf273e6b9e1fd4e1143c86f" ,
252
+ " https://static.rust-lang.org/dist/rust-1.89.0-x86_64-apple-darwin.tar.xz" : " 6b6803b37f5b954e15a647778edf60676c7201cf2b83945cbb8aaf4c333c492a" ,
253
+ " https://static.rust-lang.org/dist/rust-1.89.0-aarch64-unknown-linux-gnu.tar.xz" : " ae6f35b027cb32339fa4ac94dab37a21194e9a5c680491d01e54aa61e9da4de7" ,
254
+ " https://static.rust-lang.org/dist/rust-1.89.0-x86_64-unknown-linux-gnu.tar.xz" : " c4f2796b10ee886001f0799bc40caea38746403a33c379d77878c4f4683f9b51" ,
249
255
}
0 commit comments