From 29b63410ac890f9c56f2a31a3086f644a6c8caf0 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 12 Jul 2016 01:12:41 -0700 Subject: [PATCH] num: bump to 0.1.33 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8b470dd..7ff63e6 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.32" +version = "0.1.33" [[bench]] name = "bigint"