Bump to 0.2.58 (#1946)

This commit is contained in:
Alex Crichton
2020-01-07 13:48:25 -06:00
committed by GitHub
parent f66d83ff70
commit 2902ceb26f
42 changed files with 105 additions and 88 deletions

View File

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