From 9c2bc94e56b03a5bc7a77a59cd90a23c5a0b0a08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Thu, 28 Jun 2018 15:17:22 +0900 Subject: [PATCH] Use cargo override for darling --- Cargo.toml | 2 +- macros/ast_node/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 216258bdc3f..7eb47009719 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,4 +33,4 @@ features = [ "suggestions", "color" ] debug = true [patch.crates-io] -darling = { git = "https://github.com/kdy1/darling", branch = "proc-macro2-nightly" } \ No newline at end of file +darling = { git = "https://github.com/hcpl/darling.git", branch = "update-deps" } \ No newline at end of file diff --git a/macros/ast_node/Cargo.toml b/macros/ast_node/Cargo.toml index 3396c68f8ad..e7486e9c9d4 100644 --- a/macros/ast_node/Cargo.toml +++ b/macros/ast_node/Cargo.toml @@ -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"