Skip to content

Commit abf8512

Browse files
committed
Update toolchain to 1.89.0
1 parent 59fc11c commit abf8512

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
2727
- uses: dtolnay/rust-toolchain@master
2828
with:
29-
toolchain: 1.81.0
29+
toolchain: 1.89.0
3030
components: rustfmt, clippy
3131
- name: Compile
3232
run: just cargo-compile

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "1.84.0"
2+
channel = "1.89.0"

0 commit comments

Comments
 (0)