Bump to 0.2.57 (#1943)

This commit is contained in:
Alex Crichton
2020-01-06 13:17:28 -06:00
committed by GitHub
parent 620212dff8
commit 56e4d7de1d
42 changed files with 131 additions and 88 deletions

View File

@ -9,13 +9,13 @@ crate-type = ["cdylib"]
[dependencies]
console_error_panic_hook = "0.1"
js-sys = "0.3.33"
js-sys = "0.3.34"
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.56", features = ['serde-serialize'] }
wasm-bindgen-futures = "0.4.6"
wasm-bindgen = { version = "0.2.57", features = ['serde-serialize'] }
wasm-bindgen-futures = "0.4.7"
[dependencies.web-sys]
version = "0.3.23"