Update cargo.lock for wr2, pin ipc-channel.

This commit is contained in:
Glenn Watson 2016-08-03 11:11:48 +10:00 committed by Ms2ger
parent c349e4b1b8
commit db8c3ef727
26 changed files with 79 additions and 79 deletions

View file

@ -15,7 +15,7 @@ canvas_traits = {path = "../canvas_traits"}
euclid = "0.7.1"
gfx_traits = {path = "../gfx_traits"}
gleam = "0.2.8"
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
ipc-channel = "0.4.0"
log = "0.3.5"
num-traits = "0.1.32"
offscreen_gl_context = "0.1.2"