Skip to content

Commit

Permalink
Pin wasm-bindgen-cli to version 0.2.78 as workaround for #19
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Jan 22, 2022
1 parent 4147329 commit 955e10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ args = ["build", "--target", "wasm32-unknown-unknown", "--release"]
command = "cargo"

[tasks.wasm-bindgen-cli]
install_crate = {crate_name = "wasm-bindgen-cli", binary = "wasm-bindgen", test_arg="--help"}
install_crate = { crate_name = "wasm-bindgen-cli", binary = "wasm-bindgen", test_arg="--help", version="0.2.78" }

[tasks.copy-files-for-release]
script_runner = "@duckscript"
Expand Down

0 comments on commit 955e10d

Please sign in to comment.