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 51ef741 commit f9c3497Copy full SHA for f9c3497
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.3"
+version = "0.2.4"
12
readme = "README.md"
13
build = "build.rs"
14
RELEASES.md
@@ -1,3 +1,9 @@
1
+# Release 0.2.4 (2019-01-25)
2
+
3
+- [Adjusted dependencies to allow no-std targets][22].
4
5
+[22]: https://github.com/rust-num/num-derive/pull/22
6
7
# Release 0.2.3 (2018-10-03)
- [Added newtype deriving][17] for `FromPrimitive`, `ToPrimitive`,
0 commit comments