From afc4f73ebf1c7e002f5c75096c45ae378200f5f8 Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Fri, 24 Apr 2020 12:59:51 +0800 Subject: [PATCH] Fix default features. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index efaeb546..a50bc0b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ num-traits = { version = "0.2.11", default-features = false } [features] #default = ["no_stdlib", "no_function", "no_index", "no_object", "no_float", "only_i32", "unchecked", "no_optimize", "sync"] -default = ["no_std"] +default = [] unchecked = [] # unchecked arithmetic no_index = [] # no arrays and indexing no_float = [] # no floating-point