chore: Update crate dependencies and CI Rust version

This commit is contained in:
parazyd
2024-07-09 12:20:06 +02:00
parent 7945e2eb18
commit 27fd3785f8
37 changed files with 264 additions and 277 deletions

View File

@@ -23,14 +23,14 @@ jobs:
- name: Install Rust (nightly)
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2024-04-05
toolchain: nightly-2024-07-07
components: rustfmt, clippy
override: true
- name: Install Rust (wasm32)
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2024-04-05
toolchain: nightly-2024-07-07
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-04-05" github
make CARGO="cargo +nightly-2024-07-07" github
git checkout gh-pages
- name: Push changes