mirror of
https://github.com/servo/servo.git
synced 2025-09-16 18:08:23 +01:00
Update ipc-channel to 0.6.3
This commit is contained in:
parent
3d98e30909
commit
85e2648ffc
32 changed files with 133 additions and 91 deletions
|
@ -11,5 +11,5 @@ doctest = false
|
|||
|
||||
[dependencies]
|
||||
gfx = {path = "../../../components/gfx"}
|
||||
ipc-channel = "0.5"
|
||||
ipc-channel = "0.6.3"
|
||||
style = {path = "../../../components/style"}
|
||||
|
|
|
@ -16,7 +16,7 @@ devtools_traits = {path = "../../../components/devtools_traits"}
|
|||
flate2 = "0.2.0"
|
||||
hyper = "0.9.9"
|
||||
hyper_serde = "0.1.4"
|
||||
ipc-channel = "0.5"
|
||||
ipc-channel = "0.6.3"
|
||||
msg = {path = "../../../components/msg"}
|
||||
net = {path = "../../../components/net"}
|
||||
net_traits = {path = "../../../components/net_traits"}
|
||||
|
|
|
@ -10,6 +10,6 @@ path = "lib.rs"
|
|||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
ipc-channel = "0.5"
|
||||
ipc-channel = "0.6.3"
|
||||
profile = {path = "../../../components/profile"}
|
||||
profile_traits = {path = "../../../components/profile_traits"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue