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.
1 parent 0a43b56 commit e502b2eCopy full SHA for e502b2e
1 file changed
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ name: CI
3
env:
4
CARGO_TERM_COLOR: always
5
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
6
- NIGHTLY: nightly-2025-03-03
+ NIGHTLY: nightly-2025-08-08
7
8
on:
9
push:
@@ -27,7 +27,7 @@ jobs:
27
- uses: Swatinem/rust-cache@v2
28
29
- name: Check spelling
30
- uses: crate-ci/typos@v1.30.0
+ uses: crate-ci/typos@v1.36.0
31
32
- name: Install cargo-sort
33
uses: taiki-e/cache-cargo-install-action@v2
0 commit comments