From 99241630860715568e4981e7d2a491b49fdfeba1 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 12 Jul 2016 01:10:37 -0700 Subject: [PATCH] bigint: bump to 0.1.33 --- bigint/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigint/Cargo.toml b/bigint/Cargo.toml index b5a7db4..6708bcf 100644 --- a/bigint/Cargo.toml +++ b/bigint/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["mathematics", "numerics"] license = "MIT/Apache-2.0" name = "num-bigint" repository = "https://github.com/rust-num/num" -version = "0.1.32" +version = "0.1.33" [dependencies]