mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update serde to 0.9 (fixes #15325)
This commit is contained in:
parent
26d6c96b18
commit
fe3f4ff0c2
73 changed files with 630 additions and 604 deletions
|
@ -13,9 +13,9 @@ path = "lib.rs"
|
|||
bitflags = "0.7"
|
||||
bluetooth_traits = {path = "../bluetooth_traits"}
|
||||
device = {git = "https://github.com/servo/devices", features = ["bluetooth-test"]}
|
||||
ipc-channel = "0.6.3"
|
||||
ipc-channel = "0.7"
|
||||
servo_rand = {path = "../rand"}
|
||||
uuid = {version = "0.3.1", features = ["v4"]}
|
||||
uuid = {version = "0.4", features = ["v4"]}
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
tinyfiledialogs = "2.5.9"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue