mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-16 09:01:03 +00:00
Update to syn/quote/proc-macro2 new apis
This commit is contained in:
@@ -9,7 +9,7 @@ unstable = ["serde/unstable", "compiletest_rs"]
|
||||
|
||||
[dev-dependencies]
|
||||
fnv = "1.0"
|
||||
proc-macro2 = "0.2"
|
||||
proc-macro2 = "0.3"
|
||||
rustc-serialize = "0.3.16"
|
||||
serde = { path = "../serde", features = ["rc"] }
|
||||
serde_derive = { path = "../serde_derive", features = ["deserialize_in_place"] }
|
||||
|
||||
@@ -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' }
|
||||
|
||||
Reference in New Issue
Block a user