From 5df5ee18472a7cb4368be69760b2114688524ec2 Mon Sep 17 00:00:00 2001 From: bluss Date: Thu, 25 Aug 2016 18:07:02 +0200 Subject: [PATCH] nodrop: 0.1.7 --- README.rst | 5 +++++ nodrop/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b2bc432..680f524 100644 --- a/README.rst +++ b/README.rst @@ -69,6 +69,11 @@ Recent Changes (arrayvec) Recent Changes (nodrop) ----------------------- +- 0.1.7 + + - Remove crate feature ``no_drop_flag``, because it doesn't compile on nightly + anymore. Drop flags are gone anyway! + - 0.1.6 - Add feature std, which you can opt out of to use ``no_std``. diff --git a/nodrop/Cargo.toml b/nodrop/Cargo.toml index a7c0145..6f29aa2 100644 --- a/nodrop/Cargo.toml +++ b/nodrop/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nodrop" -version = "0.1.6" +version = "0.1.7" authors = ["bluss"] license = "MIT/Apache-2.0"