From 8cd1b01cb51ccf6195e9e5cc3f9fb9cc2c75e6d3 Mon Sep 17 00:00:00 2001 From: Xiliang Chen Date: Wed, 9 Sep 2020 20:41:38 +1200 Subject: [PATCH] Update Cargo.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bastian Köcher --- Cargo.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 65473cc..94da88e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,9 +13,3 @@ license = "Apache-2.0/MIT" [dependencies] num-traits = { version = "0.2", default-features = false } - -[features] -default = ["std"] -std = [ - "num-traits/std", -]