mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-12 16:41:01 +00:00
Update to syn/quote/proc-macro2 new apis
This commit is contained in:
@@ -6,3 +6,8 @@ members = [
|
||||
"serde_test",
|
||||
"test_suite",
|
||||
]
|
||||
|
||||
[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' }
|
||||
|
||||
Reference in New Issue
Block a user