We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cde9ad3 + d6b29c6 commit 236babeCopy full SHA for 236babe
1 file changed
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
run: rustup component add rustfmt clippy
40
41
- name: Cache Rust dependencies
42
- uses: Swatinem/rust-cache@v2.8.2
+ uses: Swatinem/rust-cache@v2.9.1
43
44
- name: Rustfmt Check
45
run: cargo fmt --all -- --check
@@ -65,7 +65,7 @@ jobs:
65
toolchain: ${{ matrix.toolchain }}
66
67
68
69
70
- name: Check MSRV compliance
71
run: cargo check --all-features
0 commit comments