mirror of
https://github.com/servo/servo.git
synced 2025-08-16 19:05:33 +01:00
Update crossbeam-channel to 0.3
This commit is contained in:
parent
76195e0779
commit
9a7eeb349a
74 changed files with 303 additions and 521 deletions
|
@ -13,6 +13,7 @@ path = "lib.rs"
|
|||
[dependencies]
|
||||
base64 = "0.9"
|
||||
cookie = "0.11"
|
||||
crossbeam-channel = "0.3"
|
||||
euclid = "0.19"
|
||||
hyper = "0.12"
|
||||
image = "0.20"
|
||||
|
@ -25,7 +26,6 @@ regex = "1.0"
|
|||
serde = "1"
|
||||
serde_json = "1"
|
||||
script_traits = {path = "../script_traits"}
|
||||
servo_channel = {path = "../channel"}
|
||||
servo_config = {path = "../config"}
|
||||
servo_url = {path = "../url"}
|
||||
url = "1.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue