This repository was archived by the owner on Aug 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,23 +11,23 @@ crate-type = ["cdylib", "rlib"]
1111default = [" console_error_panic_hook" ]
1212
1313[dependencies ]
14- wasm-bindgen = " 0.2"
14+ wasm-bindgen = " 0.2.63 "
1515
1616# The `console_error_panic_hook` crate provides better debugging of panics by
1717# logging them with `console.error`. This is great for development, but requires
1818# all the `std::fmt` and `std::panicking` infrastructure, so isn't great for
1919# code size when deploying.
20- console_error_panic_hook = { version = " 0.1.1 " , optional = true }
20+ console_error_panic_hook = { version = " 0.1.6 " , optional = true }
2121
2222# `wee_alloc` is a tiny allocator for wasm that is only ~1K in code size
2323# compared to the default allocator's ~10K. It is slower than the default
2424# allocator, however.
2525#
2626# Unfortunately, `wee_alloc` requires nightly Rust when targeting wasm for now.
27- wee_alloc = { version = " 0.4.2 " , optional = true }
27+ wee_alloc = { version = " 0.4.5 " , optional = true }
2828
2929[dev-dependencies ]
30- wasm-bindgen-test = " 0.2 "
30+ wasm-bindgen-test = " 0.3.13 "
3131
3232[profile .release ]
3333# Tell `rustc` to optimize for small code size.
You can’t perform that action at this time.
0 commit comments