We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f1a7c commit b1305ccCopy full SHA for b1305cc
2 files changed
Cargo.toml
@@ -23,8 +23,8 @@ path = "tests/test.rs"
23
default = ["uuid"]
24
25
[dependencies]
26
-phf = "0.5"
27
-phf_mac = "0.5"
+phf = "0.6"
+phf_macros = "0.6"
28
openssl = "0.2.16"
29
time = "0.1.14"
30
log = "0.1"
src/lib.rs
@@ -60,7 +60,7 @@ extern crate log;
60
extern crate openssl;
61
extern crate phf;
62
#[plugin] #[no_link]
63
-extern crate phf_mac;
+extern crate phf_macros;
64
extern crate "rustc-serialize" as serialize;
65
extern crate time;
66
0 commit comments