We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94dca31 commit 7b32cedCopy full SHA for 7b32ced
Cargo.toml
@@ -8,7 +8,7 @@ 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]
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