Bump to 0.2.38

This commit is contained in:
Alex Crichton
2019-03-04 09:11:23 -08:00
parent 1116af4450
commit a659f27c07
39 changed files with 124 additions and 78 deletions

View File

@ -10,10 +10,10 @@ crate-type = ["cdylib"]
[dependencies]
console_error_panic_hook = "0.1"
futures = "0.1"
js-sys = "0.3.14"
js-sys = "0.3.15"
raytracer = { git = 'https://github.com/alexcrichton/raytracer', branch = 'update-deps' }
wasm-bindgen = { version = "0.2.37", features = ['serde-serialize'] }
wasm-bindgen-futures = "0.3.14"
wasm-bindgen = { version = "0.2.38", features = ['serde-serialize'] }
wasm-bindgen-futures = "0.3.15"
[dependencies.web-sys]
version = "0.3.4"