Skip to content

Commit 10d8c15

Browse files
bors[bot]spearmancuviper
committed
Merge #12
12: Bump dependency versions r=cuviper a=spearman syn -> 0.13.7 quote -> 0.5.2 proc-macro2 -> 0.3.8 Co-authored-by: Shane Pearman <[email protected]> Co-authored-by: Josh Stone <[email protected]>
2 parents 8711561 + 7b32ced commit 10d8c15

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ 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.0"
11+
version = "0.2.1"
1212
readme = "README.md"
1313

1414
[dependencies]
1515
num-traits = "0.2"
16-
proc-macro2 = "0.2.1"
17-
quote = "0.4.2"
18-
syn = "0.12.7"
16+
proc-macro2 = "0.3.8"
17+
quote = "0.5.2"
18+
syn = "0.13.7"
1919

2020
[dev-dependencies]
2121
num = "0.1"

RELEASES.md

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
# Release 0.2.0
28

39
- [Discriminant matching is now simplified][10], casting values directly by

0 commit comments

Comments
 (0)