Skip to content

Commit 6a8631a

Browse files
bors[bot]cuviper
andcommitted
Merge #18
18: Release 0.2.3 r=cuviper a=cuviper Co-authored-by: Josh Stone <cuviper@gmail.com>
2 parents be3163a + 9c6df3a commit 6a8631a

File tree

4 files changed

+289
-259
lines changed

4 files changed

+289
-259
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ 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.2"
11+
version = "0.2.3"
1212
readme = "README.md"
1313
build = "build.rs"
1414

1515
[dependencies]
1616
num-traits = "0.2"
1717
proc-macro2 = "0.4.2"
1818
quote = "0.6"
19-
syn = "0.14"
19+
syn = "0.15"
2020

2121
[dev-dependencies]
2222
num = "0.2"

RELEASES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# Unreleased
1+
# Release 0.2.3 (2018-10-03)
22

33
- [Added newtype deriving][17] for `FromPrimitive`, `ToPrimitive`,
44
`NumOps<Self, Self>`, `NumCast`, `Zero`, `One`, `Num`, and `Float`.
5+
Thanks @asayers!
56

67
[17]: https://github.com/rust-num/num-derive/pull/17
78

0 commit comments

Comments
 (0)