From 6513a5618b89ff8d76f6fd00355042b6bad0ab96 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Sun, 9 Apr 2017 06:22:05 -0700 Subject: [PATCH] num-integer-0.1.34 --- integer/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integer/Cargo.toml b/integer/Cargo.toml index 7be77b1..5fa53c0 100644 --- a/integer/Cargo.toml +++ b/integer/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["mathematics", "numerics"] license = "MIT/Apache-2.0" repository = "https://github.com/rust-num/num" name = "num-integer" -version = "0.1.33" +version = "0.1.34" [dependencies.num-traits] path = "../traits"