chore: updated nightly references version

This commit is contained in:
skoupidi
2024-12-06 13:27:13 +02:00
parent f508a4a8d4
commit 779164dc75
13 changed files with 27 additions and 27 deletions

View File

@@ -23,14 +23,14 @@ jobs:
- name: Install Rust (nightly)
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2024-07-07
toolchain: nightly-2024-12-05
components: rustfmt, clippy
override: true
- name: Install Rust (wasm32)
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2024-07-07
toolchain: nightly-2024-12-05
target: wasm32-unknown-unknown
override: true
@@ -56,7 +56,7 @@ jobs:
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "bookworm"
cd doc
make CARGO="cargo +nightly-2024-07-07" github
make CARGO="cargo +nightly-2024-12-05" github
git checkout gh-pages
- name: Push changes