This commit is contained in:
bluss
2017-10-27 22:54:46 +02:00
parent a2e3fcea3f
commit e364e2e79d
2 changed files with 14 additions and 5 deletions
+3 -5
View File
@@ -1,6 +1,6 @@
[package]
name = "arrayvec"
version = "0.4.4"
version = "0.4.5"
authors = ["bluss"]
license = "MIT/Apache-2.0"
@@ -11,10 +11,8 @@ repository = "https://github.com/bluss/arrayvec"
keywords = ["stack", "vector", "array", "data-structure", "no_std"]
categories = ["data-structures", "no-std"]
[dependencies.nodrop]
version = "0.1.8"
path = "nodrop"
default-features = false
[dependencies]
nodrop = { version = "0.1.12", path = "nodrop", default-features = false }
[dependencies.serde]
version = "1.0"