From 4654645c82b774a0855dbff2b96a895fa11d58bb Mon Sep 17 00:00:00 2001 From: Ty Overby Date: Wed, 19 Apr 2017 16:06:12 -0700 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 826bfe5..6b6d82a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "bincode" version = "0.7.0" authors = ["Ty Overby ", "Francesco Mazzoli ", "David Tolnay ", "Daniel Griffen"] +publish = false repository = "https://github.com/TyOverby/bincode" documentation = "https://docs.rs/bincode"