Skip to content

Commit ff24bd8

Browse files
bors[bot]cuviper
andcommitted
Merge #14
14: Update macro dependencies r=cuviper a=cuviper Closes #13. Co-authored-by: Josh Stone <[email protected]>
2 parents 10d8c15 + 59eafa1 commit ff24bd8

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.1"
11+
version = "0.2.2"
1212
readme = "README.md"
1313

1414
[dependencies]
1515
num-traits = "0.2"
16-
proc-macro2 = "0.3.8"
17-
quote = "0.5.2"
18-
syn = "0.13.7"
16+
proc-macro2 = "0.4.2"
17+
quote = "0.6"
18+
syn = "0.14"
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.2
2+
3+
- [Updated dependencies][14].
4+
5+
[14]: https://github.com/rust-num/num-derive/pull/14
6+
17
# Release 0.2.1
28

39
- [Updated dependencies][12] -- thanks @spearman!

0 commit comments

Comments
 (0)