Skip to content

Commit f9c3497

Browse files
committed
Release 0.2.4
1 parent 51ef741 commit f9c3497

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ categories = [ "science" ]
88
license = "MIT/Apache-2.0"
99
name = "num-derive"
1010
repository = "https://github.com/rust-num/num-derive"
11-
version = "0.2.3"
11+
version = "0.2.4"
1212
readme = "README.md"
1313
build = "build.rs"
1414

RELEASES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
# Release 0.2.3 (2018-10-03)
28

39
- [Added newtype deriving][17] for `FromPrimitive`, `ToPrimitive`,

0 commit comments

Comments
 (0)