nodrop 0.1.10
This commit is contained in:
+8
-4
@@ -1,15 +1,16 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "nodrop"
|
name = "nodrop"
|
||||||
version = "0.1.9"
|
version = "0.1.10"
|
||||||
authors = ["bluss"]
|
authors = ["bluss"]
|
||||||
|
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
|
|
||||||
description = "A wrapper type to inhibit drop (destructor)."
|
description = "A wrapper type to inhibit drop (destructor). Use std::mem::ManuallyDrop instead!"
|
||||||
documentation = "http://bluss.github.io/arrayvec/doc/nodrop"
|
documentation = "https://docs.rs/nodrop/"
|
||||||
repository = "https://github.com/bluss/arrayvec"
|
repository = "https://github.com/bluss/arrayvec"
|
||||||
|
|
||||||
keywords = ["container", "drop", "no_std"]
|
keywords = ["container", "drop", "no_std"]
|
||||||
|
categories = ["rust-patterns"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["std"]
|
default = ["std"]
|
||||||
@@ -18,7 +19,7 @@ default = ["std"]
|
|||||||
# Use libstd
|
# Use libstd
|
||||||
std = ["odds/std"]
|
std = ["odds/std"]
|
||||||
|
|
||||||
# Optional, nightly channel
|
# Optional, Rust 1.21.0
|
||||||
# Use `needs_drop` to skip overwriting if not necessary
|
# Use `needs_drop` to skip overwriting if not necessary
|
||||||
use_needs_drop = []
|
use_needs_drop = []
|
||||||
|
|
||||||
@@ -33,3 +34,6 @@ default-features = false
|
|||||||
path = "../nodrop-union"
|
path = "../nodrop-union"
|
||||||
version = "0.1.8"
|
version = "0.1.8"
|
||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
|
[package.metadata.release]
|
||||||
|
no-dev-version = true
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@ nodrop
|
|||||||
Recent Changes (nodrop)
|
Recent Changes (nodrop)
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
-
|
- 0.1.10
|
||||||
|
|
||||||
- Update for stable ``needs_drop`` (Rust 1.21, was nightly only)
|
- Update for stable ``needs_drop`` (Rust 1.21, was nightly only)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user