macros: bump to 0.1.40, deprecated
This commit is contained in:
parent
c24f76781b
commit
bd1701ded4
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "num-macros"
|
name = "num-macros"
|
||||||
version = "0.1.39"
|
version = "0.1.40"
|
||||||
authors = ["The Rust Project Developers"]
|
authors = ["The Rust Project Developers"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
homepage = "https://github.com/rust-num/num"
|
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"
|
documentation = "http://rust-num.github.io/num"
|
||||||
keywords = ["mathematics", "numerics"]
|
keywords = ["mathematics", "numerics"]
|
||||||
categories = [ "science" ]
|
categories = [ "science" ]
|
||||||
description = "Numeric syntax extensions"
|
description = "deprecated -- use num-derive"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "num_macros"
|
name = "num_macros"
|
||||||
|
@ -16,3 +16,6 @@ plugin = true
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
num = { path = "..", version = "0.1" }
|
num = { path = "..", version = "0.1" }
|
||||||
|
|
||||||
|
[badges]
|
||||||
|
maintenance = { status = "deprecated" }
|
||||||
|
|
Loading…
Reference in New Issue