Skip to content

Commit 3238aee

Browse files
authored
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.
1 parent 435f629 commit 3238aee

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 = "0.4"
2020
quote = "0.6"

0 commit comments

Comments
 (0)