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 a175e99 + 6a9ba13 commit f50a068Copy full SHA for f50a068
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
18
- name: Checkout
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
20
21
- name: Rust setup (nightly) for docs
22
uses: dtolnay/rust-toolchain@nightly
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
45
- name: Rust setup (stable)
46
uses: dtolnay/rust-toolchain@stable
.github/workflows/msrv.yml
@@ -32,7 +32,7 @@ jobs:
32
- uses: Swatinem/rust-cache@v2
33
34
35
36
37
- run: cargo check
38
- run: cargo test
0 commit comments