aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-06-23 12:53:15 +0100
committerAkshay <[email protected]>2021-06-23 12:53:15 +0100
commit9288e1dd0c75cc7082f3ffea2c892a5cb5b91575 (patch)
tree0aa05932bbf94086d4807ed4b71d600aa72b878a
parentb771c14dfb9cd91b71d3d0078aae6fe75cdb0310 (diff)
use git dep for syntax crate
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"]
12 12
13[dependencies] 13[dependencies]
14wasm-bindgen = "0.2.63" 14wasm-bindgen = "0.2.63"
15syntax = { path = "../ref/ra-orig/crates/syntax" } 15syntax = { git = "https://github.com/nerdypepper/rust-analyzer" }
16console_error_panic_hook = { version = "0.1.6", optional = true } 16console_error_panic_hook = { version = "0.1.6", optional = true }
17wee_alloc = { version = "0.4.5", optional = true } 17wee_alloc = { version = "0.4.5", optional = true }
18js-sys = "0.3.51" 18js-sys = "0.3.51"