mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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
|
@ -11,9 +11,9 @@ path = "lib.rs"
|
|||
|
||||
[features]
|
||||
# servo as opposed to geckolib
|
||||
servo = ["app_units/plugins", "euclid/unstable"]
|
||||
servo = ["euclid/unstable"]
|
||||
|
||||
[dependencies]
|
||||
app_units = "0.3"
|
||||
euclid = "0.10.1"
|
||||
app_units = "0.4"
|
||||
euclid = "0.11"
|
||||
heapsize = "0.3.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue