From 221bfd9aa0a95b9a38e65548a85ddcbf1d41ef1a Mon Sep 17 00:00:00 2001 From: root Date: Sun, 14 Jun 2015 14:51:46 +0200 Subject: [PATCH] nodrop: Use newer odds & Bump version --- nodrop/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodrop/Cargo.toml b/nodrop/Cargo.toml index 97b5c8b..4049f7b 100644 --- a/nodrop/Cargo.toml +++ b/nodrop/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nodrop" -version = "0.1.3" +version = "0.1.4" authors = ["bluss"] license = "MIT/Apache-2.0" @@ -18,4 +18,4 @@ keywords = ["container", "drop"] no_drop_flag = [] [dependencies.odds] -version = "0.1" +version = "0.2"