mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
De-dupe phf
This commit is contained in:
parent
d1bb22dca6
commit
11b7a756e8
4 changed files with 22 additions and 74 deletions
|
@ -25,8 +25,8 @@ uwp = ["js/uwp"]
|
|||
xr-profile = ["webxr-api/profile"]
|
||||
|
||||
[build-dependencies]
|
||||
phf_codegen = "0.8"
|
||||
phf_shared = "0.8"
|
||||
phf_codegen = "0.10"
|
||||
phf_shared = "0.10"
|
||||
serde_json = { workspace = true }
|
||||
|
||||
[dependencies]
|
||||
|
@ -82,7 +82,7 @@ net_traits = { path = "../net_traits" }
|
|||
num-traits = { workspace = true }
|
||||
parking_lot = { workspace = true }
|
||||
percent-encoding = { workspace = true }
|
||||
phf = "0.8"
|
||||
phf = "0.10"
|
||||
pixels = { path = "../pixels" }
|
||||
profile_traits = { path = "../profile_traits" }
|
||||
range = { path = "../range" }
|
||||
|
|
|
@ -25,7 +25,7 @@ cssparser = "0.29"
|
|||
derive_more = "0.99"
|
||||
fxhash = "0.2"
|
||||
log = "0.4"
|
||||
phf = "0.8"
|
||||
phf = "0.10"
|
||||
precomputed-hash = "0.1"
|
||||
servo_arc = { version = "0.2", path = "../servo_arc" }
|
||||
smallvec = "1.0"
|
||||
|
@ -33,4 +33,4 @@ to_shmem = { version = "0.0.0", path = "../to_shmem", optional = true }
|
|||
to_shmem_derive = { version = "0.0.0", path = "../to_shmem_derive", optional = true }
|
||||
|
||||
[build-dependencies]
|
||||
phf_codegen = "0.8"
|
||||
phf_codegen = "0.10"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue