We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8711561 + 7b32ced commit 10d8c15Copy full SHA for 10d8c15
Cargo.toml
@@ -8,14 +8,14 @@ categories = [ "science" ]
8
license = "MIT/Apache-2.0"
9
name = "num-derive"
10
repository = "https://github.com/rust-num/num-derive"
11
-version = "0.2.0"
+version = "0.2.1"
12
readme = "README.md"
13
14
[dependencies]
15
num-traits = "0.2"
16
-proc-macro2 = "0.2.1"
17
-quote = "0.4.2"
18
-syn = "0.12.7"
+proc-macro2 = "0.3.8"
+quote = "0.5.2"
+syn = "0.13.7"
19
20
[dev-dependencies]
21
num = "0.1"
RELEASES.md
@@ -1,3 +1,9 @@
1
+# Release 0.2.1
2
+
3
+- [Updated dependencies][12] -- thanks @spearman!
4
5
+[12]: https://github.com/rust-num/num-derive/pull/12
6
7
# Release 0.2.0
- [Discriminant matching is now simplified][10], casting values directly by
0 commit comments