From a6d4d6e67dce55793d0eaebc1cfb531fec0995c9 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Thu, 8 Jun 2017 23:48:27 -0700 Subject: [PATCH] bigint: bump to 0.1.38 --- bigint/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigint/Cargo.toml b/bigint/Cargo.toml index 31725fe..d7f581a 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.37" +version = "0.1.38" [dependencies]