From 29c5ab362d63dd9deae80f92cc662c9776ec9c2d Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Sun, 24 Jul 2016 11:16:11 -0700 Subject: [PATCH] traits: bump to 0.1.34 --- traits/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traits/Cargo.toml b/traits/Cargo.toml index a04d96a..fa7a508 100644 --- a/traits/Cargo.toml +++ b/traits/Cargo.toml @@ -7,6 +7,6 @@ keywords = ["mathematics", "numerics"] license = "MIT/Apache-2.0" repository = "https://github.com/rust-num/num" name = "num-traits" -version = "0.1.33" +version = "0.1.34" [dependencies]