Merge pull request #1231 from ignatenkobrain/patch-1

derive: bump min version of quote to 0.5.2
This commit is contained in:
David Tolnay 2018-04-22 16:48:11 -07:00 committed by GitHub
commit f46a08b04e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ proc-macro = true
[dependencies]
proc-macro2 = "0.3"
quote = "0.5"
quote = "0.5.2"
serde_derive_internals = { version = "=0.23.1", default-features = false, path = "../serde_derive_internals" }
syn = { version = "0.13", features = ["visit"] }