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.
1 parent 7600756 commit 585957bCopy full SHA for 585957b
.github/workflows/ci.yaml
@@ -6,14 +6,14 @@ jobs:
6
name: cargo test
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
10
- uses: dtolnay/rust-toolchain@stable
11
- run: cargo test --all-features
12
clippy:
13
name: cargo clippy
14
15
16
17
18
with:
19
components: clippy
.github/workflows/formatting.yaml
@@ -6,7 +6,7 @@ jobs:
components: rustfmt
0 commit comments