mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 00:01:34 +11:00
Update rust-wasm-bindgen monorepo (#649)
This commit is contained in:
commit
b402a8c23d
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue