Bump to 0.2.55 (#1864)

This commit is contained in:
Alex Crichton
2019-11-19 11:04:37 -06:00
committed by GitHub
parent e934a0f3d3
commit db9d603c8f
42 changed files with 102 additions and 87 deletions

View File

@ -9,13 +9,13 @@ crate-type = ["cdylib"]
[dependencies]
console_error_panic_hook = "0.1"
js-sys = "0.3.31"
js-sys = "0.3.32"
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.54", features = ['serde-serialize'] }
wasm-bindgen-futures = "0.4.4"
wasm-bindgen = { version = "0.2.55", features = ['serde-serialize'] }
wasm-bindgen-futures = "0.4.5"
[dependencies.web-sys]
version = "0.3.23"