From bd1701ded43c203c680ee5e46dbd365d61e4bfb2 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Wed, 13 Dec 2017 23:41:50 -0800 Subject: [PATCH] macros: bump to 0.1.40, deprecated --- macros/Cargo.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/macros/Cargo.toml b/macros/Cargo.toml index ce63041..2aa9828 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "num-macros" -version = "0.1.39" +version = "0.1.40" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" homepage = "https://github.com/rust-num/num" @@ -8,7 +8,7 @@ repository = "https://github.com/rust-num/num" documentation = "http://rust-num.github.io/num" keywords = ["mathematics", "numerics"] categories = [ "science" ] -description = "Numeric syntax extensions" +description = "deprecated -- use num-derive" [lib] name = "num_macros" @@ -16,3 +16,6 @@ plugin = true [dev-dependencies] num = { path = "..", version = "0.1" } + +[badges] +maintenance = { status = "deprecated" }