Upgrade to Rust 1.82 toolchain (#13808)

This commit is contained in:
Micha Reiser
2024-10-18 14:08:15 +02:00
committed by GitHub
parent 4ecfe95295
commit ff72055558
11 changed files with 54 additions and 50 deletions

View File

@@ -193,7 +193,7 @@ jobs:
run: rustup target add wasm32-unknown-unknown
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: "npm"
cache-dependency-path: playground/package-lock.json
- uses: jetli/wasm-pack-action@v0.4.0