From 98a2dc52b17119525654cc245310bf5f17a0e26b Mon Sep 17 00:00:00 2001 From: bluss Date: Sat, 6 Feb 2016 19:48:20 +0100 Subject: [PATCH] nodrop: Update to use newer odds --- nodrop/Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nodrop/Cargo.toml b/nodrop/Cargo.toml index 8021198..4d2a329 100644 --- a/nodrop/Cargo.toml +++ b/nodrop/Cargo.toml @@ -16,7 +16,7 @@ default = ["std"] # Default, Rust 1.6+ # Use libstd -std = [] +std = ["odds/std"] # Optional, nightly channel # Use no drop flag. See API doc for more info. @@ -27,4 +27,5 @@ no_drop_flag = [] use_needs_drop = [] [dependencies.odds] -version = "0.2" +version = "0.2.12" +default-features = false