mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
Update WR (bitmap font fixes, serde deserialization optimizations).
This commit is contained in:
parent
29d960ee5c
commit
f97f80f013
2 changed files with 106 additions and 87 deletions
|
@ -23,7 +23,11 @@ opt-level = 3
|
|||
# debug = true
|
||||
# lto = false
|
||||
|
||||
[patch.crates-io]
|
||||
[replace]
|
||||
"serde:1.0.23" = { git = "https://github.com/gankro/serde", branch = "deserialize_from_enums3" }
|
||||
"serde_derive:1.0.23" = { git = "https://github.com/gankro/serde", branch = "deserialize_from_enums3", feature="deserialize_from" }
|
||||
|
||||
#[patch.crates-io]
|
||||
# If you need to temporarily test Servo with a local fork of some upstream
|
||||
# crate, add that here. Use the form:
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue