diff options
-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" |