From 704ff0c09ecb001f65026ef1b2cef9097dd18b95 Mon Sep 17 00:00:00 2001 From: Bastien Orivel Date: Fri, 20 Jul 2018 16:43:00 +0200 Subject: [PATCH] Update num-traits and bump version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7be7739..67a1937 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "euclid" -version = "0.18.2" +version = "0.19.0" authors = ["The Servo Project Developers"] description = "Geometry primitives" documentation = "https://docs.rs/euclid/" @@ -13,7 +13,7 @@ license = "MIT / Apache-2.0" unstable = [] [dependencies] -num-traits = {version = "0.1.32", default-features = false} +num-traits = { version = "0.2" } serde = { version = "1.0", features = ["serde_derive"], optional = true } [dev-dependencies]