Pull in quote 1.0.4

Includes https://github.com/dtolnay/quote/pull/151 which will be used in
the implementation of type_id.
This commit is contained in:
David Tolnay 2020-05-04 02:33:59 -07:00
parent 6e80833572
commit db08d4affe
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -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]