From 2a650efcdb9f013906cdf097e7a569c38d38487e Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sat, 16 Aug 2014 14:27:22 -0700 Subject: [PATCH] cargo update --- phf/Cargo.toml | 2 +- phf_mac/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/phf/Cargo.toml b/phf/Cargo.toml index 23863744..f39f4428 100644 --- a/phf/Cargo.toml +++ b/phf/Cargo.toml @@ -4,7 +4,7 @@ name = "phf" authors = ["Steven Fackler "] version = "0.0.0" -[[lib]] +[lib] name = "phf" path = "src/lib.rs" diff --git a/phf_mac/Cargo.toml b/phf_mac/Cargo.toml index f3d68ebb..5c226259 100644 --- a/phf_mac/Cargo.toml +++ b/phf_mac/Cargo.toml @@ -4,7 +4,7 @@ name = "phf_mac" authors = ["Steven Fackler "] version = "0.0.0" -[[lib]] +[lib] name = "phf_mac" path = "src/lib.rs"