mirror of
https://github.com/servo/servo.git
synced 2025-06-20 23:28:59 +01:00
Upgrade phf codegen.
This commit is contained in:
parent
b1510d9ad5
commit
ad94791027
3 changed files with 32 additions and 45 deletions
|
@ -24,8 +24,8 @@ js_backtrace = ["backtrace"]
|
|||
|
||||
[build-dependencies]
|
||||
cmake = "0.1"
|
||||
phf_codegen = "0.7.18"
|
||||
phf_shared = "0.7.18"
|
||||
phf_codegen = "0.7"
|
||||
phf_shared = "0.7"
|
||||
serde_json = "1.0"
|
||||
|
||||
[target.'cfg(any(target_os = "macos", target_os = "linux", target_os = "windows"))'.dependencies]
|
||||
|
@ -79,7 +79,7 @@ msg = {path = "../msg"}
|
|||
net_traits = {path = "../net_traits"}
|
||||
num-traits = "0.2"
|
||||
parking_lot = "0.8"
|
||||
phf = "0.7.18"
|
||||
phf = "0.7"
|
||||
pixels = {path = "../pixels"}
|
||||
profile_traits = {path = "../profile_traits"}
|
||||
ref_filter_map = "1.0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue