Skip to content

Commit 063cbca

Browse files
committed
ci: Upgrade rust nightly and typos
1 parent 00c98c7 commit 063cbca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
env:
44
CARGO_TERM_COLOR: always
55
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
6-
NIGHTLY: nightly-2025-03-03
6+
NIGHTLY: nightly-2025-08-08
77

88
on:
99
push:
@@ -27,13 +27,13 @@ jobs:
2727
- uses: Swatinem/rust-cache@v2
2828

2929
- name: Check spelling
30-
uses: crate-ci/typos@v1.30.0
30+
uses: crate-ci/typos@v1.36.0
3131

3232
- name: Install cargo-sort
3333
uses: taiki-e/cache-cargo-install-action@v2
3434
with:
3535
tool: cargo-sort
36-
36+
3737
- name: Run cargo-sort
3838
run: |
3939
cargo sort --workspace --grouped --check \

0 commit comments

Comments
 (0)