Skip to content

Commit

Permalink
Pull in quote 1.0.4
Browse files Browse the repository at this point in the history
Includes dtolnay/quote#151 which will be used in
the implementation of type_id.
  • Loading branch information
dtolnay committed May 8, 2020
1 parent 6e80833 commit db08d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ proc-macro = true

[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
quote = "1.0.4"
syn = { version = "1.0", features = ["full"] }

[dev-dependencies]
Expand Down

0 comments on commit db08d4a

Please sign in to comment.