Update rust-wasm-bindgen monorepo (#649)

This commit is contained in:
Corwin 2024-04-20 22:51:39 +01:00 committed by GitHub
commit b402a8c23d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ crate-type = ["cdylib", "rlib"]
default = ["console_error_panic_hook"]
[dependencies]
wasm-bindgen = "0.2.84"
wasm-bindgen = "0.2.92"
agb-debug = { path="../../agb-debug" }
# The `console_error_panic_hook` crate provides better debugging of panics by
@ -22,7 +22,7 @@ agb-debug = { path="../../agb-debug" }
console_error_panic_hook = { version = "0.1.7", optional = true }
[dev-dependencies]
wasm-bindgen-test = "0.3.34"
wasm-bindgen-test = "0.3.42"
[profile.release]
# Tell `rustc` to optimize for small code size.