From f25a3bd51d41935fdbba91686a5d801f3703d79b Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Thu, 29 Sep 2016 23:31:23 -0700 Subject: [PATCH] 0.1.36 bump for num, traits, macros, and the new derive --- Cargo.toml | 4 ++-- derive/Cargo.toml | 2 +- macros/Cargo.toml | 2 +- traits/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 023e077..1c9379b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["mathematics", "numerics"] license = "MIT/Apache-2.0" repository = "https://github.com/rust-num/num" name = "num" -version = "0.1.35" +version = "0.1.36" [[bench]] name = "bigint" @@ -44,7 +44,7 @@ version = "0.1.35" [dependencies.num-traits] path = "./traits" -version = "0.1.35" +version = "0.1.36" [dev-dependencies] diff --git a/derive/Cargo.toml b/derive/Cargo.toml index fbb5154..dee2bf5 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["mathematics", "numerics"] license = "MIT/Apache-2.0" name = "num-derive" repository = "https://github.com/rust-num/num" -version = "0.1.33" +version = "0.1.36" [dependencies] quote = "0.1.3" diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 5b58adb..1877333 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "num-macros" -version = "0.1.33" +version = "0.1.36" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" homepage = "https://github.com/rust-num/num" diff --git a/traits/Cargo.toml b/traits/Cargo.toml index a8c2e87..65f9366 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.35" +version = "0.1.36" [dependencies]