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 7659442 + fd2478f commit 1812c7dCopy full SHA for 1812c7d
README.md
@@ -21,7 +21,7 @@ jobs:
21
name: cargo test
22
runs-on: ubuntu-latest
23
steps:
24
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
25
- uses: actions-rust-lang/setup-rust-toolchain@v1
26
- run: cargo test --all-features
27
@@ -30,7 +30,7 @@ jobs:
30
name: cargo fmt
31
32
33
34
# Ensure rustfmt is installed and setup problem matcher
35
36
with:
0 commit comments