You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-phf_generator/phf_generator-0.7.21-fix-me...

11 lines
349 B

--- phf_generator-0.7.21/Cargo.toml 2017-01-19T09:16:46+01:00
+++ phf_generator-0.7.21/Cargo.toml 2018-01-24T14:42:00.193880+01:00
@@ -8,5 +8,5 @@
documentation = "https://docs.rs/phf_generator/0.7.21/phf_generator"
[dependencies]
-rand = "0.3"
-phf_shared = { version = "=0.7.21", path = "../phf_shared" }
+rand = "0.4"
+phf_shared = "=0.7.21"