Skip to content

Commit 30a0764

Browse files
authored
chore: cargo update (#168)
* chore: cargo update * update toolchain
1 parent 063797f commit 30a0764

File tree

9 files changed

+1180
-742
lines changed

9 files changed

+1180
-742
lines changed

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
override: true
3030
profile: minimal
31-
toolchain: nightly-2022-07-26
31+
toolchain: nightly-2025-01-17
3232
- uses: Swatinem/rust-cache@v1
3333
# - run: |
3434
# cargo install cargo-audit

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
components: rustfmt
2626
override: true
2727
profile: minimal
28-
toolchain: nightly-2022-07-26
28+
toolchain: nightly-2025-01-17
2929
- uses: Swatinem/rust-cache@v1
3030
- run: |
3131
cargo build --release
@@ -44,6 +44,6 @@ jobs:
4444
components: clippy
4545
override: true
4646
profile: minimal
47-
toolchain: nightly-2022-07-26
47+
toolchain: nightly-2025-01-17
4848
- uses: Swatinem/rust-cache@v1
4949
- run: cargo clippy -- -D warnings

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
override: true
2626
profile: minimal
27-
toolchain: nightly-2022-07-26
27+
toolchain: nightly-2025-01-17
2828
- uses: Swatinem/rust-cache@v1
2929
- uses: taiki-e/install-action@nextest
3030
- run: cargo nextest run --all

0 commit comments

Comments
 (0)