File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
fail-fast : false
19
19
matrix :
20
20
os : [ubuntu-latest, macos-latest]
21
- toolchain : [1.88 .0]
21
+ toolchain : [1.89 .0]
22
22
include :
23
23
- os : windows-latest
24
- toolchain : 1.88 .0-x86_64-pc-windows-gnu
24
+ toolchain : 1.89 .0-x86_64-pc-windows-gnu
25
25
runs-on : ${{ matrix.os }}
26
26
steps :
27
27
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 6
6
fail-fast : false
7
7
matrix :
8
8
os : [ubuntu-latest, ubuntu-24.04-arm, macos-latest]
9
- toolchain : [1.88 .0]
9
+ toolchain : [1.89 .0]
10
10
include :
11
11
- os : windows-latest
12
- toolchain : 1.88 .0-x86_64-pc-windows-gnu
12
+ toolchain : 1.89 .0-x86_64-pc-windows-gnu
13
13
runs-on : ${{ matrix.os }}
14
14
steps :
15
15
- uses : actions/checkout@v4
59
59
- uses : actions/checkout@v4
60
60
- uses : dtolnay/rust-toolchain@master
61
61
with :
62
- toolchain : 1.88 .0
62
+ toolchain : 1.89 .0
63
63
components : rustfmt
64
64
- run : cargo fmt -- --check
65
65
@@ -68,10 +68,10 @@ jobs:
68
68
fail-fast : false
69
69
matrix :
70
70
os : [ubuntu-latest, macos-latest]
71
- toolchain : [1.88 .0, 1.75.0]
71
+ toolchain : [1.89 .0, 1.75.0]
72
72
include :
73
73
- os : windows-latest
74
- toolchain : 1.88 .0-x86_64-pc-windows-gnu
74
+ toolchain : 1.89 .0-x86_64-pc-windows-gnu
75
75
- os : windows-latest
76
76
toolchain : 1.75.0-x86_64-pc-windows-gnu
77
77
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ def install(self):
334
334
return ["{} -m pip install --force-reinstall {}" .format (python , filename )]
335
335
336
336
337
- def install_rust (version = "1.88 .0" , target = "x86_64-unknown-linux-gnu" ):
337
+ def install_rust (version = "1.89 .0" , target = "x86_64-unknown-linux-gnu" ):
338
338
rustup_opts = "-y --default-toolchain none"
339
339
cargo_dir = "$HOME/.cargo/bin/"
340
340
rustup = cargo_dir + "rustup"
You can’t perform that action at this time.
0 commit comments