From 6881aca80a5563fa53293af65e33af89bda970ff Mon Sep 17 00:00:00 2001 From: Ty Overby Date: Fri, 13 Oct 2017 10:18:22 -0700 Subject: [PATCH] add more things to exclude list --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a1a3f39..25705c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "bincode" -version = "0.9.1" +version = "0.9.2" authors = ["Ty Overby ", "Francesco Mazzoli ", "David Tolnay ", "Daniel Griffen"] -exclude = ["./logo.png"] +exclude = ["logo.png", "tests/*", "examples/*", ".gitignore", ".travis.yml", "changelist.org", "LICENSE.md"] publish = true