From 6718b60a55939992b7d4c5c00f57a4a81f38e5ac Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 13 Jul 2014 13:23:13 -0700 Subject: [PATCH] Turn off tests for main crates --- phf/Cargo.toml | 1 + phf_mac/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/phf/Cargo.toml b/phf/Cargo.toml index ceb12904..f0471ad2 100644 --- a/phf/Cargo.toml +++ b/phf/Cargo.toml @@ -8,6 +8,7 @@ version = "0.0.0" name = "phf" path = "src/lib.rs" +test = false [dev_dependencies.phf_mac] diff --git a/phf_mac/Cargo.toml b/phf_mac/Cargo.toml index 28e22c80..f3d68ebb 100644 --- a/phf_mac/Cargo.toml +++ b/phf_mac/Cargo.toml @@ -9,3 +9,4 @@ version = "0.0.0" name = "phf_mac" path = "src/lib.rs" plugin = true +test = false