From e67d4630a2d510af12018a77e756fb7748e93544 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 12 Jul 2016 23:24:45 -0700 Subject: [PATCH] num: require newer traits for moved functions, fixes #206 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7ff63e6..d435a0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["mathematics", "numerics"] license = "MIT/Apache-2.0" repository = "https://github.com/rust-num/num" name = "num" -version = "0.1.33" +version = "0.1.34" [[bench]] name = "bigint" @@ -44,7 +44,7 @@ version = "0.1.32" [dependencies.num-traits] path = "./traits" -version = "0.1.32" +version = "0.1.33" [dev-dependencies]