From d686c404f90c42b00cbdecc67625b9605a7c934a Mon Sep 17 00:00:00 2001 From: Shane Pearman Date: Sat, 28 Apr 2018 21:00:36 -0700 Subject: [PATCH] Bump num-traits version -> 0.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0a95cfa..933eac4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ swizzle = [] [dependencies] approx = "0.1" mint = { version = "0.5", optional = true } -num-traits = "0.1" +num-traits = "0.2" rand = "0.4" serde = { version = "1.0", features = ["serde_derive"], optional = true } simd = { version = "0.2", optional = true }