mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove rustc-serialize from cookie
This commit is contained in:
parent
1d13e6a2df
commit
3ad540853c
6 changed files with 5 additions and 6 deletions
|
@ -13,7 +13,7 @@ path = "lib.rs"
|
|||
app_units = "0.4"
|
||||
bluetooth_traits = {path = "../bluetooth_traits"}
|
||||
canvas_traits = {path = "../canvas_traits"}
|
||||
cookie = {version = "0.2.5", features = ["serialize-rustc"]}
|
||||
cookie = "0.2.5"
|
||||
devtools_traits = {path = "../devtools_traits"}
|
||||
euclid = "0.11"
|
||||
gfx_traits = {path = "../gfx_traits"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue