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)
-----------------------
- 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``.