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

Commit

Permalink
Update syn related dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Eijebong committed Aug 15, 2019
1 parent 80dce1c commit 57116aa
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"
quote = "1"
syn = "1"

0 comments on commit 57116aa

Please sign in to comment.