Skip to content

Commit

Permalink
add more things to exclude list
Browse files Browse the repository at this point in the history
  • Loading branch information
TyOverby committed Oct 13, 2017
1 parent 07b4016 commit 80722cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 80722cc

Please sign in to comment.