Skip to content

Commit

Permalink
Update xwt-web-sys requirement from 0.12 to 0.13 (#646)
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: xwt-web-sys
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 17, 2024
1 parent 1e1cbfa commit 1328354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightyear/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ getrandom = { version = "0.2.11", features = [
"js", # feature 'js' is required for wasm
] }
xwt-core = { version = "0.5", optional = true }
xwt-web-sys = { version = "0.12", optional = true }
xwt-web-sys = { version = "0.13", optional = true }
wasm-bindgen = { version = "0.2.90", optional = true }
wasm-bindgen-futures = { version = "0.4.42", optional = true }
# compression
Expand Down

0 comments on commit 1328354

Please sign in to comment.