nodrop: Update to use newer odds

This commit is contained in:
bluss
2016-02-06 19:48:20 +01:00
parent 3635c50fba
commit 98a2dc52b1
+3 -2
View File
@@ -16,7 +16,7 @@ default = ["std"]
# Default, Rust 1.6+ # Default, Rust 1.6+
# Use libstd # Use libstd
std = [] std = ["odds/std"]
# Optional, nightly channel # Optional, nightly channel
# Use no drop flag. See API doc for more info. # Use no drop flag. See API doc for more info.
@@ -27,4 +27,5 @@ no_drop_flag = []
use_needs_drop = [] use_needs_drop = []
[dependencies.odds] [dependencies.odds]
version = "0.2" version = "0.2.12"
default-features = false