0.4.5
This commit is contained in:
+3
-5
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user