Skip to content

Commit 0bbb64a

Browse files
committed
Bump the Rust toolchain version to 1.89
1 parent 64dc986 commit 0bbb64a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- beta
2424
steps:
2525
- uses: actions/checkout@v1
26-
- uses: dtolnay/rust-toolchain@1.85
26+
- uses: dtolnay/rust-toolchain@1.89
2727
- uses: actions-rs/cargo@v1
2828
with:
2929
command: build
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- uses: actions/checkout@v1
42-
- uses: dtolnay/rust-toolchain@1.85
42+
- uses: dtolnay/rust-toolchain@1.89
4343
with:
4444
profile: minimal
4545
components: clippy, rustfmt

0 commit comments

Comments
 (0)