From d4a66166c002f0a49e41d856a49cb5685ac93202 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 19 Jul 2019 14:15:01 +0300 Subject: switch to the upstream rowan --- crates/ra_syntax/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates') diff --git a/crates/ra_syntax/Cargo.toml b/crates/ra_syntax/Cargo.toml index 37a91ea35..a5565de33 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.5.0" +rowan = "0.5.6" # ideally, `serde` should be enabled by `ra_lsp_server`, but we enable it here # to reduce number of compilations -- cgit v1.2.3