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 a0382eb + 999f05d commit 42f4833Copy full SHA for 42f4833
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
rust: ["stable", "beta", "nightly", "1.34.0"]
15
runs-on: ${{matrix.os}}
16
steps:
17
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
18
with:
19
submodules: true
20
- name: Install rust
@@ -29,7 +29,7 @@ jobs:
29
rustfmt:
30
runs-on: ubuntu-latest
31
32
33
34
run: |
35
rustup install stable
@@ -40,5 +40,5 @@ jobs:
40
doc:
41
42
43
44
- run: cargo doc
0 commit comments