From c07fb83d397d500ffbd39ac57c13daa8c1e73693 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Wed, 25 Mar 2015 11:28:57 -0700 Subject: Fix manifest excludes --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1a5ed7ed..e21d7919 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ exclude = [ ".gitignore", ".travis.yml", "deploy.sh", - "tests/**/*" + "test/**/*" ] [dependencies] -- cgit v1.2.3