From 9aff10aca41d29839a2f6e440b4f74afb8c5d38c Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Wed, 1 Apr 2020 10:28:07 +0800 Subject: [PATCH] Remove hard-wired version to num-traits. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 063abd0b..86cedc4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ keywords = [ "scripting" ] categories = [ "no-std", "embedded", "parser-implementations" ] [dependencies] -num-traits = "0.2.11" +num-traits = "*" [features] #default = ["no_function", "no_index", "no_object", "no_float", "only_i32", "no_stdlib", "unchecked", "no_optimize"]