arrayvec 0.3.17
This commit is contained in:
+3
-2
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "arrayvec"
|
||||
version = "0.3.16"
|
||||
version = "0.3.17"
|
||||
authors = ["bluss"]
|
||||
license = "MIT/Apache-2.0"
|
||||
|
||||
@@ -15,10 +15,11 @@ version = "0.2.12"
|
||||
default-features = false
|
||||
|
||||
[dependencies.nodrop]
|
||||
version = "0.1.6"
|
||||
version = "0.1.8"
|
||||
path = "nodrop"
|
||||
default-features = false
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = ["odds/std", "nodrop/std"]
|
||||
use_union = ["nodrop/use_union"]
|
||||
|
||||
Reference in New Issue
Block a user