From 596c67cae9a8bfcd7ddf262ac0d0ed8d0347d792 Mon Sep 17 00:00:00 2001 From: kennytm Date: Fri, 27 Jan 2017 01:03:48 +0800 Subject: [PATCH] Exclude test-data/ for now... --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5f6526e..780b2ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/kennytm/qrcode-rust" readme = "README.md" documentation = "http://docs.rs/qrcode" exclude = [ - ".travis.yml", ".gitignore", "test-data" + ".travis.yml", ".gitignore", "test-data/**" ] [badges]