mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Upgrade phf codegen.
This commit is contained in:
parent
b1510d9ad5
commit
ad94791027
3 changed files with 32 additions and 45 deletions
|
@ -26,7 +26,7 @@ cssparser = "0.25"
|
|||
derive_more = "0.13"
|
||||
log = "0.4"
|
||||
fxhash = "0.2"
|
||||
phf = "0.7.18"
|
||||
phf = "0.7"
|
||||
precomputed-hash = "0.1"
|
||||
servo_arc = { version = "0.1", path = "../servo_arc" }
|
||||
smallvec = "0.6"
|
||||
|
@ -35,4 +35,4 @@ to_shmem = { path = "../to_shmem" }
|
|||
to_shmem_derive = { path = "../to_shmem_derive" }
|
||||
|
||||
[build-dependencies]
|
||||
phf_codegen = "0.7.18"
|
||||
phf_codegen = "0.7"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue