mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
De-dupe phf
This commit is contained in:
parent
d1bb22dca6
commit
11b7a756e8
4 changed files with 22 additions and 74 deletions
|
@ -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