summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2015-03-25 11:28:57 -0700
committerCarl Lerche <me@carllerche.com>2015-03-25 11:28:57 -0700
commitc07fb83d397d500ffbd39ac57c13daa8c1e73693 (patch)
tree64c41facd7833c8498ea564f90fb538bf9b0b040
parent0a0a45e723d06c51e1917b8fb98a467042be12aa (diff)
downloadnix-c07fb83d397d500ffbd39ac57c13daa8c1e73693.zip
Fix manifest excludes
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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]