From a9d5dc455d226c1bee5ee437eda2769d72bc4c72 Mon Sep 17 00:00:00 2001 From: Ty Overby Date: Tue, 10 Oct 2017 16:29:50 -0700 Subject: [PATCH] Revert "remove publish = false" This reverts commit d985212a36c815b7caf6c8ffe820207e0bc3d964. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 77fb458..212f070 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "bincode" version = "0.8.1" authors = ["Ty Overby ", "Francesco Mazzoli ", "David Tolnay ", "Daniel Griffen"] +publish = false repository = "https://github.com/TyOverby/bincode" documentation = "https://docs.rs/bincode"