From e6113c09980043dd3d9a57eca8fef96c011a5da5 Mon Sep 17 00:00:00 2001 From: Phil Ellison Date: Mon, 29 Jul 2019 21:59:52 +0100 Subject: Add merge_match_arm assist, bump rowan to 0.6.1 --- crates/ra_syntax/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_syntax') 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" [dependencies] unicode-xid = "0.1.0" itertools = "0.8.0" -rowan = "0.6.0" +rowan = "0.6.1" ra_rustc_lexer = { version = "0.1.0-pre.2" } # ideally, `serde` should be enabled by `ra_lsp_server`, but we enable it here -- cgit v1.2.3