From ea2158f3dd588376d66abcb201564a04e9a73173 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Fri, 14 Jul 2017 17:32:18 -0700 Subject: [PATCH] bigint: bump to 0.1.40 --- bigint/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigint/Cargo.toml b/bigint/Cargo.toml index bc7c4c2..7195c7f 100644 --- a/bigint/Cargo.toml +++ b/bigint/Cargo.toml @@ -8,7 +8,7 @@ categories = [ "algorithms", "data-structures", "science" ] license = "MIT/Apache-2.0" name = "num-bigint" repository = "https://github.com/rust-num/num" -version = "0.1.39" +version = "0.1.40" [dependencies]