Skip to content

Commit

Permalink
Update wasm-bindgen dependency
Browse files Browse the repository at this point in the history
Fixes a "future incompatibility" warning by the Rust compiler. Also
update some other web platform crates while on it.
  • Loading branch information
t-rapp committed Jul 24, 2024
1 parent c901578 commit e308927
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 25 deletions.
55 changes: 33 additions & 22 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 @@ -29,15 +29,15 @@ logger = []
style = []

[dependencies]
js-sys = "0.3.60"
js-sys = "0.3.69"
nuts = "0.2.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
svg = { version = "0.13.1", optional = true }
wasm-bindgen = "0.2.67"
wasm-bindgen = "0.2.92"

[dependencies.web-sys]
version = "0.3.60"
version = "0.3.69"
features = [
"CanvasRenderingContext2d",
"console",
Expand Down

0 comments on commit e308927

Please sign in to comment.