From c85cbcc02f6118a2123bc125077caed0872b6422 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Mon, 30 Mar 2015 21:22:22 -0700 Subject: [PATCH] Bump phf version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4739d716..e01c9055 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,10 +21,10 @@ name = "test" path = "tests/test.rs" [build-dependencies] -phf_codegen = "0.6.11" +phf_codegen = "0.7" [dependencies] -phf = "0.6" +phf = "0.7" openssl = "0.5" log = "0.3" rustc-serialize = "0.3"