Update to syn/quote/proc-macro2 new apis

This commit is contained in:
Alex Crichton
2018-03-28 15:49:51 -07:00
parent b77cfb635d
commit b1c1d964e1
8 changed files with 31 additions and 25 deletions
+5
View File
@@ -9,3 +9,8 @@ publish = false
[dependencies]
serde = { path = "../../serde" }
serde_derive = { path = "../../serde_derive" }
[patch.crates-io]
proc-macro2 = { git = 'https://github.com/alexcrichton/proc-macro2', branch = 'v3' }
quote = { git = 'https://github.com/alexcrichton/quote', branch = 'v3' }
syn = { git = 'https://github.com/alexcrichton/syn', branch = 'v3' }