From 9288e1dd0c75cc7082f3ffea2c892a5cb5b91575 Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 23 Jun 2021 17:23:15 +0530 Subject: use git dep for syntax crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2f1a0d2..a75ba1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ default = ["console_error_panic_hook", "wee_alloc"] [dependencies] wasm-bindgen = "0.2.63" -syntax = { path = "../ref/ra-orig/crates/syntax" } +syntax = { git = "https://github.com/nerdypepper/rust-analyzer" } console_error_panic_hook = { version = "0.1.6", optional = true } wee_alloc = { version = "0.4.5", optional = true } js-sys = "0.3.51" -- cgit v1.2.3