From 796adf5dfa0ebdf644483e4911775bb60dc86cc5 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Fri, 9 Jun 2017 10:56:13 -0700 Subject: [PATCH] traits: bump to 0.1.39 --- traits/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traits/Cargo.toml b/traits/Cargo.toml index 452903e..7fdf99d 100644 --- a/traits/Cargo.toml +++ b/traits/Cargo.toml @@ -7,6 +7,6 @@ keywords = ["mathematics", "numerics"] license = "MIT/Apache-2.0" repository = "https://github.com/rust-num/num" name = "num-traits" -version = "0.1.38" +version = "0.1.39" [dependencies]