Skip to content

Commit

Permalink
Merge #14
Browse files Browse the repository at this point in the history
14: Update macro dependencies r=cuviper a=cuviper

Closes #13.

Co-authored-by: Josh Stone <cuviper@gmail.com>
  • Loading branch information
bors[bot] and cuviper committed May 22, 2018
2 parents 10d8c15 + 59eafa1 commit ff24bd8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ categories = [ "science" ]
license = "MIT/Apache-2.0"
name = "num-derive"
repository = "https://github.com/rust-num/num-derive"
version = "0.2.1"
version = "0.2.2"
readme = "README.md"

[dependencies]
num-traits = "0.2"
proc-macro2 = "0.3.8"
quote = "0.5.2"
syn = "0.13.7"
proc-macro2 = "0.4.2"
quote = "0.6"
syn = "0.14"

[dev-dependencies]
num = "0.1"
Expand Down
6 changes: 6 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Release 0.2.2

- [Updated dependencies][14].

[14]: https://github.com/rust-num/num-derive/pull/14

# Release 0.2.1

- [Updated dependencies][12] -- thanks @spearman!
Expand Down

0 comments on commit ff24bd8

Please sign in to comment.