From 63aa15ae9a6152eb92e96a4969a6ecd11b3252b3 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Fri, 14 Jul 2017 17:30:18 -0700 Subject: [PATCH] integer: bump to 0.1.35 --- integer/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integer/Cargo.toml b/integer/Cargo.toml index b21bfd1..5a928b4 100644 --- a/integer/Cargo.toml +++ b/integer/Cargo.toml @@ -8,7 +8,7 @@ categories = [ "algorithms", "science" ] license = "MIT/Apache-2.0" repository = "https://github.com/rust-num/num" name = "num-integer" -version = "0.1.34" +version = "0.1.35" [dependencies.num-traits] path = "../traits"