From da6e92d16d5fbaafd9a2e9dd293e1cc13662a9db Mon Sep 17 00:00:00 2001 From: Stephen Akridge Date: Thu, 11 Oct 2018 10:40:03 -0700 Subject: [PATCH] Update num-traits dependency to 0.2.6 This crate requires i128 support which is not added to num-traits until the 0.2.5 release and i128 detection is added in 0.2.6. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 545281b..6a248cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ system-lua = ["pkg-config"] [dependencies] libc = { version = "0.2" } failure = { version = "0.1.2" } -num-traits = { version = "0.2" } +num-traits = { version = "0.2.6" } compiletest_rs = { version = "0.3", optional = true } [build-dependencies]