Skip to content

Commit 0fc1c8f

Browse files
committed
fix: 11-10 passes, trying 11-15
1 parent b561ffd commit 0fc1c8f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tier-1a.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ jobs:
447447
- name: Install Rust toolchain
448448
uses: dtolnay/rust-toolchain@master
449449
with:
450-
toolchain: nightly-2025-11-10
450+
toolchain: nightly-2025-11-15
451451

452452
- name: Install wasmtime
453453
run: |
@@ -460,7 +460,7 @@ jobs:
460460
sudo apt-get install -y clang
461461
462462
- name: Add wasm32-wasip2 target
463-
run: rustup target add --toolchain nightly-2025-11-10 wasm32-wasip2
463+
run: rustup target add --toolchain nightly-2025-11-15 wasm32-wasip2
464464

465465
- name: Cache Rust dependencies
466466
uses: Swatinem/rust-cache@v2
@@ -472,7 +472,7 @@ jobs:
472472
RUST_MIN_STACK: 16777216
473473
FEATURES: ${{needs.get-features.outputs.rust-native-features}}
474474
run: |
475-
cargo +nightly-2025-11-10 test --target wasm32-wasip2 -p c2pa --features "$FEATURES" --no-default-features -- --no-capture
475+
cargo +nightly-2025-11-15 test --target wasm32-wasip2 -p c2pa --features "$FEATURES" --no-default-features -- --no-capture
476476
477477
clippy_check:
478478
name: Clippy
@@ -524,11 +524,11 @@ jobs:
524524
- name: Install nightly toolchain
525525
uses: dtolnay/rust-toolchain@master
526526
with:
527-
toolchain: nightly-2025-11-10
527+
toolchain: nightly-2025-11-15
528528
components: rustfmt
529529

530530
- name: Check format
531-
run: cargo +nightly-2025-11-10 fmt --all -- --check
531+
run: cargo +nightly-2025-11-15 fmt --all -- --check
532532

533533
cargo-deny:
534534
name: License / vulnerability audit

0 commit comments

Comments
 (0)