ci: update clippy to 1.70.0

This commit is contained in:
link2xt
2023-06-05 13:03:03 +00:00
parent d451bcfbe3
commit 3442748be7
2 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ jobs:
name: Lint Rust
runs-on: ubuntu-latest
env:
RUSTUP_TOOLCHAIN: 1.68.2
RUSTUP_TOOLCHAIN: 1.70.0
steps:
- uses: actions/checkout@v3
- name: Install rustfmt and clippy