From 5ae6e1aadcdde055256eaaed7dc37b24ef4eb807 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 14 Jun 2015 14:53:05 +0200 Subject: [PATCH] arrayvec: Use odds 0.2 and bump version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"