Skip to content

Commit e9d510b

Browse files
authored
chore: upgrade rust-toolchain to 1.85.0 (#27)
Signed-off-by: Gaius <gaius.qi@gmail.com>
1 parent 89e6447 commit e9d510b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
uses: dtolnay/rust-toolchain@stable
2828
with:
2929
components: rustfmt, clippy
30+
toolchain: 1.85.0
3031

3132
- name: Set up Clang
3233
uses: egor-tensin/setup-clang@v1

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.82.0"
2+
channel = "1.85.0"

0 commit comments

Comments
 (0)