Bump to 0.2.31

This commit is contained in:
Alex Crichton
2019-01-09 09:13:13 -08:00
parent f404182c47
commit b04f60cf2b
39 changed files with 123 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.7"
js-sys = "0.3.8"
raytracer = { git = 'https://github.com/alexcrichton/raytracer', branch = 'update-deps' }
wasm-bindgen = { version = "0.2.30", features = ['serde-serialize'] }
wasm-bindgen-futures = "0.3.7"
wasm-bindgen = { version = "0.2.31", features = ['serde-serialize'] }
wasm-bindgen-futures = "0.3.8"
[dependencies.web-sys]
version = "0.3.4"