nodrop: 0.1.7

This commit is contained in:
bluss
2016-08-25 18:07:02 +02:00
parent af8f6b5d6e
commit 5df5ee1847
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -69,6 +69,11 @@ Recent Changes (arrayvec)
Recent Changes (nodrop) 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 - 0.1.6
- Add feature std, which you can opt out of to use ``no_std``. - Add feature std, which you can opt out of to use ``no_std``.
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "nodrop" name = "nodrop"
version = "0.1.6" version = "0.1.7"
authors = ["bluss"] authors = ["bluss"]
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"