Remove hard-wired version to num-traits.

This commit is contained in:
Stephen Chung 2020-04-01 10:28:07 +08:00
parent 246a865abd
commit 9aff10aca4

View File

@ -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"]