diff options
Diffstat (limited to 'example/Cargo.toml')
-rw-r--r-- | example/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Cargo.toml b/example/Cargo.toml index 3d3cbd5..ef12ec5 100644 --- a/example/Cargo.toml +++ b/example/Cargo.toml @@ -7,7 +7,7 @@ include = ["data", "data/*", "data/**"] publish = false [dependencies] -phf = "0.7.12" +phf = "0.7.16" # includedir = "0.2.0" includedir = { path = "../lib" } |