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