Skip to content

Commit bd1701d

Browse files
committed
macros: bump to 0.1.40, deprecated
1 parent c24f767 commit bd1701d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

macros/Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
[package]
22
name = "num-macros"
3-
version = "0.1.39"
3+
version = "0.1.40"
44
authors = ["The Rust Project Developers"]
55
license = "MIT/Apache-2.0"
66
homepage = "https://github.com/rust-num/num"
77
repository = "https://github.com/rust-num/num"
88
documentation = "http://rust-num.github.io/num"
99
keywords = ["mathematics", "numerics"]
1010
categories = [ "science" ]
11-
description = "Numeric syntax extensions"
11+
description = "deprecated -- use num-derive"
1212

1313
[lib]
1414
name = "num_macros"
1515
plugin = true
1616

1717
[dev-dependencies]
1818
num = { path = "..", version = "0.1" }
19+
20+
[badges]
21+
maintenance = { status = "deprecated" }

0 commit comments

Comments
 (0)