add more things to exclude list

This commit is contained in:
Ty Overby 2017-10-13 10:18:22 -07:00
parent c696aac206
commit 6881aca80a
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
[package]
name = "bincode"
version = "0.9.1"
version = "0.9.2"
authors = ["Ty Overby <ty@pre-alpha.com>", "Francesco Mazzoli <f@mazzo.li>", "David Tolnay <dtolnay@gmail.com>", "Daniel Griffen"]
exclude = ["./logo.png"]
exclude = ["logo.png", "tests/*", "examples/*", ".gitignore", ".travis.yml", "changelist.org", "LICENSE.md"]
publish = true