From 0c7aebe2dd2f17da2ca9e02d907b4860871cefa0 Mon Sep 17 00:00:00 2001 From: bluss Date: Mon, 16 Oct 2017 22:00:42 +0200 Subject: [PATCH] MAINT: Don't depend on odds/std or nodrop/std We don't have any reason to ask for std in odds (anymore, long after Rust 1.6 now). --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5f3100f..4ac5288 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ harness = false [features] default = ["std"] -std = ["odds/std", "nodrop/std"] +std = [] use_union = [] serde-1 = ["serde"]