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

Commit

Permalink
Update syn and quote versions to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andlon committed Nov 26, 2019
1 parent 5ca2fc8 commit f0cdb1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typename_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ name = "typename_derive"
proc-macro = true

[dependencies]
syn = "^0.15"
quote = "^0.6"
syn = "1.0"
quote = "1.0"

[dev-dependencies.typename]
path = ".."
Expand Down

0 comments on commit f0cdb1b

Please sign in to comment.