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