From 0e1c4c8b658bedbb252b67f112586f688c4b64ad Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Fri, 1 Dec 2017 12:54:48 -0800 Subject: [PATCH] traits: bump to 0.1.41 minor warning fixes --- traits/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traits/Cargo.toml b/traits/Cargo.toml index f55687e..e691851 100644 --- a/traits/Cargo.toml +++ b/traits/Cargo.toml @@ -8,6 +8,6 @@ categories = [ "algorithms", "science" ] license = "MIT/Apache-2.0" repository = "https://github.com/rust-num/num" name = "num-traits" -version = "0.1.40" +version = "0.1.41" [dependencies]