mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 13:51:19 +03:00
Use cargo override for darling
This commit is contained in:
parent
7115fec830
commit
9c2bc94e56
@ -33,4 +33,4 @@ features = [ "suggestions", "color" ]
|
||||
debug = true
|
||||
|
||||
[patch.crates-io]
|
||||
darling = { git = "https://github.com/kdy1/darling", branch = "proc-macro2-nightly" }
|
||||
darling = { git = "https://github.com/hcpl/darling.git", branch = "update-deps" }
|
@ -11,7 +11,7 @@ swc_macros_common = { path = "../common" }
|
||||
pmutil = "0.2"
|
||||
proc-macro2 = { version = "0.4.4", features = ["nightly"] }
|
||||
quote = "0.6"
|
||||
darling = { git = "https://github.com/hcpl/darling.git", branch = "update-deps" }
|
||||
darling = "0.6"
|
||||
|
||||
[dependencies.syn]
|
||||
version = "0.14.1"
|
||||
|
Loading…
Reference in New Issue
Block a user