chore: updated nightly references version

This commit is contained in:
skoupidi
2025-04-11 19:28:37 +03:00
parent b8331f71b9
commit 15d3e2ea95
14 changed files with 28 additions and 29 deletions

View File

@@ -13,11 +13,11 @@ jobs:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2024-12-05
toolchain: nightly-2025-04-10
override: true
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2024-12-05
toolchain: nightly-2025-04-10
target: wasm32-unknown-unknown
override: true
- uses: actions/setup-python@v1
@@ -37,11 +37,11 @@ jobs:
- name: Run test units
run: |
make CARGO="cargo +nightly-2024-12-05" test
make CARGO="cargo +nightly-2025-04-10" test
- name: Compile all bins
run: |
make CARGO="cargo +nightly-2024-12-05"
make CARGO="cargo +nightly-2025-04-10"
feature-powerset:
name: Test crate feature powerset on ${{ matrix.os }}
@@ -54,11 +54,11 @@ jobs:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2024-12-05
toolchain: nightly-2025-04-10
override: true
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2024-12-05
toolchain: nightly-2025-04-10
target: wasm32-unknown-unknown
override: true
- uses: taiki-e/install-action@cargo-hack
@@ -75,7 +75,7 @@ jobs:
- name: Run feature powerset builds
run: |
make CARGO="cargo +nightly-2024-12-05" check
make CARGO="cargo +nightly-2025-04-10" check
fmt:
name: rustfmt
@@ -85,8 +85,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2024-12-05
toolchain: nightly-2025-04-10
components: rustfmt
override: true
- run: |
cargo +nightly-2024-12-05 fmt -- --check
cargo +nightly-2025-04-10 fmt -- --check