From d674b8a4a08be2aa3725eeb92729ca828fc8d1a5 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Thu, 27 Nov 2014 10:18:31 -0800 Subject: [PATCH] Lock to phf 0.1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9b48ec87..b0a53ac5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,8 +22,8 @@ path = "tests/test.rs" default = ["uuid", "time"] [dependencies] -phf = "*" -phf_mac = "*" +phf = "0.1" +phf_mac = "0.1" openssl = "0.1" [dependencies.uuid]