From 0b63772902818e685e1c75446624f4baa2e5659f Mon Sep 17 00:00:00 2001 From: bluss Date: Mon, 12 Nov 2018 22:22:36 +0100 Subject: [PATCH] nodrop-union 0.1.10 --- nodrop-union/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nodrop-union/Cargo.toml b/nodrop-union/Cargo.toml index 3e693c9..c8f49b4 100644 --- a/nodrop-union/Cargo.toml +++ b/nodrop-union/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nodrop-union" -version = "0.1.9" +version = "0.1.10" authors = ["bluss"] license = "MIT/Apache-2.0" @@ -11,3 +11,5 @@ repository = "https://github.com/bluss/arrayvec" keywords = ["container", "drop", "no_std"] +[package.metadata.release] +no-dev-version = true