mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update cargo.lock for wr2, pin ipc-channel.
This commit is contained in:
parent
c349e4b1b8
commit
db8c3ef727
26 changed files with 79 additions and 79 deletions
|
@ -11,5 +11,5 @@ doctest = false
|
|||
|
||||
[dependencies]
|
||||
gfx = {path = "../../../components/gfx"}
|
||||
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
|
||||
ipc-channel = "0.4.0"
|
||||
style = {path = "../../../components/style"}
|
||||
|
|
|
@ -15,7 +15,7 @@ cookie = "0.2"
|
|||
devtools_traits = {path = "../../../components/devtools_traits"}
|
||||
flate2 = "0.2.0"
|
||||
hyper = "0.9.9"
|
||||
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
|
||||
ipc-channel = "0.4.0"
|
||||
msg = {path = "../../../components/msg"}
|
||||
net = {path = "../../../components/net"}
|
||||
net_traits = {path = "../../../components/net_traits"}
|
||||
|
|
|
@ -12,4 +12,4 @@ doctest = false
|
|||
[dependencies]
|
||||
profile = {path = "../../../components/profile"}
|
||||
profile_traits = {path = "../../../components/profile_traits"}
|
||||
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
|
||||
ipc-channel = "0.4.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue