nodrop-union 0.1.9

This commit is contained in:
bluss
2016-09-08 11:46:01 +02:00
parent a91f077e8f
commit c2f6156b42
2 changed files with 13 additions and 2 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
[package]
name = "nodrop-union"
version = "0.1.8"
version = "0.1.9"
authors = ["bluss"]
license = "MIT/Apache-2.0"
description = "A wrapper type to inhibit drop (destructor). Implementation crate for nodrop, the untagged unions implementation (which is unstable / requires nightly) as of this writing."
documentation = "http://bluss.github.io/arrayvec/doc/nodrop"
documentation = "http://bluss.github.io/arrayvec/doc/nodrop_union"
repository = "https://github.com/bluss/arrayvec"
keywords = ["container", "drop", "no_std"]