Use cargo override for darling

This commit is contained in:
강동윤 2018-06-28 15:17:22 +09:00
parent 7115fec830
commit 9c2bc94e56
2 changed files with 2 additions and 2 deletions

View File

@ -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" }

View File

@ -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"