Skip to content

Commit

Permalink
Pin to rustwasm/wasm-bindgen gitref
Browse files Browse the repository at this point in the history
  • Loading branch information
H-Plus-Time committed Sep 5, 2023
1 parent f07bbc3 commit 07ef837
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: Swatinem/rust-cache@v1

- run: cargo install --git https://github.com/Liamolucko/wasm-bindgen --rev 85167263f43825d519cd9dc18ace9ee47348ab47 wasm-bindgen-cli
- run: cargo install --git https://github.com/rustwasm/wasm-bindgen --rev 4d4851d45200d0d1aeaa07108072dfa0f1f185f7 wasm-bindgen-cli
- run: wasm-pack build --dev --target nodejs
- run: wasm-pack test --node

Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
with:
node-version: "18"

- run: cargo install --git https://github.com/Liamolucko/wasm-bindgen --rev 85167263f43825d519cd9dc18ace9ee47348ab47 wasm-bindgen-cli
- run: cargo install --git https://github.com/rustwasm/wasm-bindgen --rev 4d4851d45200d0d1aeaa07108072dfa0f1f185f7 wasm-bindgen-cli

- name: Build bundle
run: yarn build:test
Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,4 @@ opt-level = "s"
lto = true

[patch.crates-io]
wasm-bindgen = { git = "https://github.com/Liamolucko/wasm-bindgen", rev = "85167263f43825d519cd9dc18ace9ee47348ab47" }
wasm-bindgen = { git = "https://github.com/rustwasm/wasm-bindgen", rev = "4d4851d45200d0d1aeaa07108072dfa0f1f185f7" }

0 comments on commit 07ef837

Please sign in to comment.