From 269a25cc41086a8212367dbc379adb4b12be11ec Mon Sep 17 00:00:00 2001 From: bluss Date: Mon, 23 Oct 2017 21:38:27 +0200 Subject: [PATCH] nodrop 0.1.11 --- nodrop/Cargo.toml | 2 +- nodrop/README.rst | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/nodrop/Cargo.toml b/nodrop/Cargo.toml index dd51dee..a4a7d45 100644 --- a/nodrop/Cargo.toml +++ b/nodrop/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nodrop" -version = "0.1.10" +version = "0.1.11" authors = ["bluss"] license = "MIT/Apache-2.0" diff --git a/nodrop/README.rst b/nodrop/README.rst index fe29495..929b323 100644 --- a/nodrop/README.rst +++ b/nodrop/README.rst @@ -5,6 +5,10 @@ nodrop Recent Changes (nodrop) ----------------------- +- 0.1.11 + + - Remove erronous assertion in test (#77) + - 0.1.10 - Update for stable ``needs_drop`` (Rust 1.21, was nightly only)