diff --git a/.github/workflows/demo-deploy.yml b/.github/workflows/demo-deploy.yml index f1be3d6..b272231 100644 --- a/.github/workflows/demo-deploy.yml +++ b/.github/workflows/demo-deploy.yml @@ -18,7 +18,7 @@ on: workflow_dispatch: # Allow manual triggering env: - RUST_VERSION: '1.75.0' + RUST_VERSION: '1.80.0' NODE_VERSION: '18' WASM_PACK_VERSION: '0.12.1' @@ -66,6 +66,8 @@ jobs: - name: Build comprehensive demo run: | cd examples/comprehensive-demo + # Remove lock file to ensure compatibility + rm -f Cargo.lock wasm-pack build --target web --out-dir pkg --release - name: Start demo server