Skip to content

Commit

Permalink
chore: Update wasm-bindgen et al
Browse files Browse the repository at this point in the history
  • Loading branch information
Alorel committed Jul 26, 2024
1 parent 38d236d commit 65bca02
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 62 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: alorel-actions/cargo-global-dep@v1
with:
name: wasm-pack
version: 0.12.1
version: 0.13.0

- name: Test (no features)
run: wasm-pack test --headless --firefox --chrome --locked --no-default-features
Expand Down
6 changes: 6 additions & 0 deletions .idea/git_toolbox_blame.xml

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

4 changes: 2 additions & 2 deletions .idea/runConfigurations/Build.xml

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

104 changes: 51 additions & 53 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@ nightly = []
crate-type = ["lib"]

[dev-dependencies]
wasm-bindgen-test = "0.3.37"
wasm-bindgen-test = "0.3.42"

[dependencies]
accessory = "1"
cfg-if = "1.0.0"
cfg-if = "1"
delegate-display = "2"
fancy_constructor = "1.2.2"
fancy_constructor = "1.2"
js-sys = "0.3.64"
uuid = {version = "1.8.0", features = ["v4", "js"]}
wasm-bindgen = "0.2.87"
wasm-bindgen-futures = "0.4.37"
uuid = {version = "1.8", features = ["v4", "js"]}
wasm-bindgen = "0.2.92"
wasm-bindgen-futures = "0.4"

[dependencies.web-sys]
version = "0.3.64"
Expand Down

0 comments on commit 65bca02

Please sign in to comment.