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 f588387 + 17df715 commit dbb7eb9Copy full SHA for dbb7eb9
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
ci_check:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
12
- uses: actions-rs/toolchain@v1
13
with:
14
profile: minimal
.github/workflows/clippy.yml
clippy_check:
.github/workflows/rustfmt.yml
@@ -10,7 +10,7 @@ jobs:
name: Rustfmt
15
16
0 commit comments