Skip to content

Commit

Permalink
chore: bump wasmbuild 0.15.1 (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpencerIsGiddy authored Oct 23, 2023
1 parent eda87cc commit 7369da5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ serde_json = { version = "1.0.82", features = [ "preserve_order" ] }
termcolor = "1.1.2"

console_error_panic_hook = { version = "0.1.7", optional = true }
js-sys = { version = "=0.3.63", optional = true }
js-sys = { version = "=0.3.64", optional = true }
serde-wasm-bindgen = { version = "=0.5.0", optional = true }
wasm-bindgen = { version = "=0.2.86", optional = true }
wasm-bindgen-futures = { version = "=0.4.36", optional = true }
wasm-bindgen = { version = "=0.2.87", optional = true }
wasm-bindgen-futures = { version = "=0.4.37", optional = true }

[dev-dependencies]
clap = "2.33.3"
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lock": false,
"tasks": {
"build": "cp LICENSE js/LICENSE && deno run --unstable -A https://deno.land/x/wasmbuild@0.14.1/main.ts --no-default-features --features wasm --out js",
"build": "cp LICENSE js/LICENSE && deno run --unstable -A https://deno.land/x/wasmbuild@0.15.1/main.ts --no-default-features --features wasm --out js",
"test": "deno test --allow-read --allow-net"
},
"exclude": [
Expand Down

0 comments on commit 7369da5

Please sign in to comment.