diff options
author | Akshay <[email protected]> | 2021-06-23 12:53:15 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-06-23 12:53:15 +0100 |
commit | 9288e1dd0c75cc7082f3ffea2c892a5cb5b91575 (patch) | |
tree | 0aa05932bbf94086d4807ed4b71d600aa72b878a | |
parent | b771c14dfb9cd91b71d3d0078aae6fe75cdb0310 (diff) |
use git dep for syntax crate
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ default = ["console_error_panic_hook", "wee_alloc"] | |||
12 | 12 | ||
13 | [dependencies] | 13 | [dependencies] |
14 | wasm-bindgen = "0.2.63" | 14 | wasm-bindgen = "0.2.63" |
15 | syntax = { path = "../ref/ra-orig/crates/syntax" } | 15 | syntax = { git = "https://github.com/nerdypepper/rust-analyzer" } |
16 | console_error_panic_hook = { version = "0.1.6", optional = true } | 16 | console_error_panic_hook = { version = "0.1.6", optional = true } |
17 | wee_alloc = { version = "0.4.5", optional = true } | 17 | wee_alloc = { version = "0.4.5", optional = true } |
18 | js-sys = "0.3.51" | 18 | js-sys = "0.3.51" |