File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments