Upgrade phf codegen.

This commit is contained in:
Josh Matthews 2019-06-12 15:00:32 -04:00
parent b1510d9ad5
commit ad94791027
3 changed files with 32 additions and 45 deletions

View file

@ -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"