We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24f767 commit bd1701dCopy full SHA for bd1701d
macros/Cargo.toml
@@ -1,18 +1,21 @@
1
[package]
2
name = "num-macros"
3
-version = "0.1.39"
+version = "0.1.40"
4
authors = ["The Rust Project Developers"]
5
license = "MIT/Apache-2.0"
6
homepage = "https://github.com/rust-num/num"
7
repository = "https://github.com/rust-num/num"
8
documentation = "http://rust-num.github.io/num"
9
keywords = ["mathematics", "numerics"]
10
categories = [ "science" ]
11
-description = "Numeric syntax extensions"
+description = "deprecated -- use num-derive"
12
13
[lib]
14
name = "num_macros"
15
plugin = true
16
17
[dev-dependencies]
18
num = { path = "..", version = "0.1" }
19
+
20
+[badges]
21
+maintenance = { status = "deprecated" }
0 commit comments