Skip to content

Commit 9e5f14b

Browse files
author
bors-servo
authored
Auto merge of #218 - xfix:patch-1, r=jdm
Bump phf_generator generator version to 0.7.22 This is useful for cargo minimal version builds. `phf_generator` in versions before 0.7.22 depended on rand 0.3 which itself depended on libc 0.1.1 that no longer compiles with the newest Rust version. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/string-cache/218) <!-- Reviewable:end -->
2 parents 3d8f520 + 3238aee commit 9e5f14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

string-cache-codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ path = "lib.rs"
1414

1515
[dependencies]
1616
string_cache_shared = {path = "../shared", version = "0.3"}
17-
phf_generator = "0.7.15"
17+
phf_generator = "0.7.22"
1818
phf_shared = "0.7.4"
1919
proc-macro2 = "1"
2020
quote = "1"

0 commit comments

Comments
 (0)