From f056603bc0a93f8c6d7931980dfa46c216be7707 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 12 Jul 2016 01:10:37 -0700 Subject: [PATCH] traits: bump to 0.1.33 --- traits/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traits/Cargo.toml b/traits/Cargo.toml index b1f7017..a04d96a 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.32" +version = "0.1.33" [dependencies]