Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #14 from Eijebong/syn-1.0
Browse files Browse the repository at this point in the history
Update syn related dependencies
  • Loading branch information
dtolnay committed Aug 15, 2019
2 parents 80dce1c + 57116aa commit ec1f9da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ proc-macro = true

[dependencies]
proc-macro-hack = "0.5"
proc-macro2 = "0.4"
quote = "0.6"
syn = "0.15"
proc-macro2 = "1.0"
quote = "1.0"
syn = "1.0"

0 comments on commit ec1f9da

Please sign in to comment.