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 4287ecf + 8bf6a02 commit 5f90c41Copy full SHA for 5f90c41
2 files changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
name: Build
14
runs-on: windows-latest
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
17
with:
18
submodules: true
19
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
name: Publish to crates.io
21
runs-on: ubuntu-latest
22
23
24
25
- uses: dtolnay/rust-toolchain@stable
26
0 commit comments