mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Bump serde to 0.7
This commit is contained in:
parent
7214fba45b
commit
46c505e47b
27 changed files with 370 additions and 375 deletions
|
@ -95,11 +95,11 @@ gleam = "0.2.8"
|
|||
image = "0.7"
|
||||
log = "0.3.5"
|
||||
num = "0.1.24"
|
||||
serde = "0.6"
|
||||
serde_macros = "0.6"
|
||||
serde = "0.7"
|
||||
serde_macros = "0.7"
|
||||
time = "0.1.17"
|
||||
url = {version = "0.5.7", features = ["heap_size"]}
|
||||
|
||||
[target.x86_64-apple-darwin.dependencies]
|
||||
core-graphics = "0.2"
|
||||
core-graphics = "0.3"
|
||||
core-text = "1.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue