From 38adf924d3597cdae5441666068fed9888843706 Mon Sep 17 00:00:00 2001 From: Matthew Pomes Date: Wed, 15 Apr 2026 23:57:28 -0500 Subject: [PATCH] Use correct cargo flags to update package --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index b5aecaf..a1c83f5 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v4 - run: cargo clean - - run: cargo update -f wasm-bindgen --precise $(wasm-bindgen --version | cut -d ' ' -f 2) + - run: cargo update -p wasm-bindgen --precise $(wasm-bindgen --version | cut -d ' ' -f 2) - run: cargo build --target wasm32-unknown-unknown --bin wasm --features web --release - run: wasm-bindgen target/wasm32-unknown-unknown/release/wasm.wasm --out-dir wasm --web - run: cp wasm/* /data/site/nes/