diff --git a/Cargo.toml b/Cargo.toml index 0bce494..e4082a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arrayvec" -version = "0.3.5" +version = "0.3.6" authors = ["bluss"] license = "MIT/Apache-2.0" @@ -15,4 +15,4 @@ keywords = ["stack", "vector", "array", "container", "data-structure"] nodrop = "0.1" [dependencies.odds] -version = "0.1" +version = "0.2"