Skip to content

Commit b1305cc

Browse files
committed
Bump rust-phf
1 parent e2f1a7c commit b1305cc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ path = "tests/test.rs"
2323
default = ["uuid"]
2424

2525
[dependencies]
26-
phf = "0.5"
27-
phf_mac = "0.5"
26+
phf = "0.6"
27+
phf_macros = "0.6"
2828
openssl = "0.2.16"
2929
time = "0.1.14"
3030
log = "0.1"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ extern crate log;
6060
extern crate openssl;
6161
extern crate phf;
6262
#[plugin] #[no_link]
63-
extern crate phf_mac;
63+
extern crate phf_macros;
6464
extern crate "rustc-serialize" as serialize;
6565
extern crate time;
6666

0 commit comments

Comments
 (0)