Skip to content

Commit 51a3b54

Browse files
authored
fix ci (#393)
* fix ci --------- Signed-off-by: Guillaume W. Bres <[email protected]>
1 parent 9cb3d98 commit 51a3b54

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install Rust
3838
uses: dtolnay/rust-toolchain@master
3939
with:
40-
toolchain: 1.83.0
40+
toolchain: 1.89.0
4141
override: true
4242

4343
- name: Bench

.github/workflows/daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions-rs/toolchain@v1
2323
name: Install Rust
2424
with:
25-
toolchain: 1.83.0
25+
toolchain: 1.89.0
2626
override: true
2727

2828
- uses: actions-rs/cargo@v1

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions-rs/toolchain@v1
3434
name: Install Rust
3535
with:
36-
toolchain: 1.83.0
36+
toolchain: 1.89.0
3737
override: true
3838

3939
- uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)