Skip to content

Commit 6b29ee5

Browse files
committed
ci: Upgrade rust nightly and typos
1 parent 0b2fb96 commit 6b29ee5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 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,7 +27,7 @@ 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

0 commit comments

Comments
 (0)