We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b21cff commit d4bce0eCopy full SHA for d4bce0e
4 files changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup Rust
16
uses: dtolnay/rust-toolchain@master
17
with:
18
- toolchain: 1.93.0
+ toolchain: 1.93.1
19
components: clippy, rustfmt
20
- name: Run clippy
21
run: cargo clippy --all-targets --all-features -- --deny warnings
@@ -30,6 +30,6 @@ jobs:
30
31
32
33
34
- name: Run backend tests
35
run: cargo test
0 commit comments