From 81e932b67195be579aa27b4b34d3bf442dcf7ca9 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Fri, 9 Jun 2017 10:58:40 -0700 Subject: [PATCH] rational: bump to 0.1.38 --- rational/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rational/Cargo.toml b/rational/Cargo.toml index 785e93b..5a4f280 100644 --- a/rational/Cargo.toml +++ b/rational/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["mathematics", "numerics"] license = "MIT/Apache-2.0" name = "num-rational" repository = "https://github.com/rust-num/num" -version = "0.1.37" +version = "0.1.38" [dependencies]