Update WR (workaround a mac GL driver bug).

Also includes updates to the mac core-* crates and friends.
This commit is contained in:
Glenn Watson 2017-09-22 14:46:40 +10:00
parent 5c797d1943
commit 153e0a1dad
8 changed files with 104 additions and 110 deletions

View file

@ -48,7 +48,7 @@ heapsize_derive = "0.1"
html5ever = {version = "0.19", features = ["heap_size"]}
hyper = "0.10"
hyper_serde = "0.7"
image = "0.12"
image = "0.14"
ipc-channel = "0.8"
js = {git = "https://github.com/servo/rust-mozjs", features = ["promises"]}
jstraceable_derive = {path = "../jstraceable_derive"}