mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-13 04:51:23 +00:00
Bump to 0.2.53 (#1840)
This commit is contained in:
@ -9,13 +9,13 @@ crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
console_error_panic_hook = "0.1"
|
||||
js-sys = "0.3.29"
|
||||
js-sys = "0.3.30"
|
||||
rayon = "1.1.0"
|
||||
rayon-core = "1.5.0"
|
||||
raytracer = { git = 'https://github.com/alexcrichton/raytracer', branch = 'update-deps' }
|
||||
futures-channel-preview = "0.3.0-alpha.18"
|
||||
wasm-bindgen = { version = "0.2.52", features = ['serde-serialize'] }
|
||||
wasm-bindgen-futures = "0.4.2"
|
||||
wasm-bindgen = { version = "0.2.53", features = ['serde-serialize'] }
|
||||
wasm-bindgen-futures = "0.4.3"
|
||||
|
||||
[dependencies.web-sys]
|
||||
version = "0.3.23"
|
||||
|
Reference in New Issue
Block a user