From bc1f6f24cf431633fd37af211fa0da78812c61e7 Mon Sep 17 00:00:00 2001 From: Corey Richardson Date: Sat, 15 Nov 2014 07:03:08 -0500 Subject: [PATCH] libtime has officially moved --- phf_mac/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phf_mac/Cargo.toml b/phf_mac/Cargo.toml index c1cb4449..bcea7c99 100644 --- a/phf_mac/Cargo.toml +++ b/phf_mac/Cargo.toml @@ -13,3 +13,5 @@ test = false [dependencies.xxhash] git = "https://github.com/Jurily/rust-xxhash" +[dependencies.time] +git = "https://github.com/rust-lang/time"