Update WR (bitmap font fixes, serde deserialization optimizations).

This commit is contained in:
Glenn Watson 2017-12-09 10:46:45 +10:00
parent 29d960ee5c
commit f97f80f013
2 changed files with 106 additions and 87 deletions

View file

@ -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:
#