aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/Cargo.toml
diff options
context:
space:
mode:
authorPhil Ellison <[email protected]>2019-07-29 21:59:52 +0100
committerPhil Ellison <[email protected]>2019-07-29 21:59:52 +0100
commite6113c09980043dd3d9a57eca8fef96c011a5da5 (patch)
tree343e1f7c5ccb8ec52ed5bec092ada5d937d77473 /crates/ra_syntax/Cargo.toml
parenta5fe9f7a877bdb4dc35226d1cbac2b4870fde276 (diff)
Add merge_match_arm assist, bump rowan to 0.6.1
Diffstat (limited to 'crates/ra_syntax/Cargo.toml')
-rw-r--r--crates/ra_syntax/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_syntax/Cargo.toml b/crates/ra_syntax/Cargo.toml
index 40d63ef7a..bc1c88070 100644
--- a/crates/ra_syntax/Cargo.toml
+++ b/crates/ra_syntax/Cargo.toml
@@ -10,7 +10,7 @@ repository = "https://github.com/rust-analyzer/rust-analyzer"
10[dependencies] 10[dependencies]
11unicode-xid = "0.1.0" 11unicode-xid = "0.1.0"
12itertools = "0.8.0" 12itertools = "0.8.0"
13rowan = "0.6.0" 13rowan = "0.6.1"
14ra_rustc_lexer = { version = "0.1.0-pre.2" } 14ra_rustc_lexer = { version = "0.1.0-pre.2" }
15 15
16# ideally, `serde` should be enabled by `ra_lsp_server`, but we enable it here 16# ideally, `serde` should be enabled by `ra_lsp_server`, but we enable it here