From cc3be86781296326105808e4333764909b4c41ff Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Wed, 8 Nov 2017 14:40:10 -0800 Subject: [PATCH] rational: bump to 0.1.40 --- rational/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rational/Cargo.toml b/rational/Cargo.toml index dc48cdb..5a58f3b 100644 --- a/rational/Cargo.toml +++ b/rational/Cargo.toml @@ -8,7 +8,7 @@ categories = [ "algorithms", "data-structures", "science" ] license = "MIT/Apache-2.0" name = "num-rational" repository = "https://github.com/rust-num/num" -version = "0.1.39" +version = "0.1.40" [dependencies]