Skip to content

Commit 080f3c4

Browse files
author
Your Name
committed
chore: bump deps
1 parent 8b4840c commit 080f3c4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/jwst-asan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
- name: Setup Rust
3131
uses: ./.github/actions/setup-rust
3232
with:
33-
toolchain: nightly-2023-08-19
33+
toolchain: nightly-2024-10-18
3434

3535
- name: Memory Check
3636
run: |
37-
rustup component add rust-src --toolchain nightly-2023-08-19
38-
cargo +nightly-2023-08-19 test -Zbuild-std --target x86_64-unknown-linux-gnu -p jwst-codec --lib
37+
rustup component add rust-src --toolchain nightly-2024-10-18
38+
cargo +nightly-2024-10-18 test -Zbuild-std --target x86_64-unknown-linux-gnu -p jwst-codec --lib

.github/workflows/jwst-memory-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
- name: Setup Rust
3131
uses: ./.github/actions/setup-rust
3232
with:
33-
toolchain: nightly-2023-08-19
33+
toolchain: nightly-2024-10-18
3434
components: miri
3535
- name: Install latest nextest release
3636
uses: taiki-e/install-action@nextest
3737

3838
- name: Miri Code Check
3939
run: |
40-
cargo +nightly-2023-08-19 miri nextest run -p jwst-codec -j2
40+
cargo +nightly-2024-10-18 miri nextest run -p jwst-codec -j2

.github/workflows/jwst.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ jobs:
438438
- name: Setup Rust
439439
uses: ./.github/actions/setup-rust
440440
with:
441-
toolchain: nightly-2023-08-19
441+
toolchain: nightly-2024-10-18
442442

443443
- name: fuzzing
444444
working-directory: ./libs/jwst-codec-utils

0 commit comments

Comments
 (0)