From 7a9d7dd637d226f9bcfbab568995236eb77a40a9 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 5 Sep 2019 23:07:17 +0300 Subject: switch to rustc_lexer crate --- 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 0ead277b2..d3a8b516a 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] itertools = "0.8.0" rowan = "0.6.1" -ra_rustc_lexer = { version = "0.1.0-pre.3", features = ["unicode-xid"] } +rustc_lexer = "0.1.0" # ideally, `serde` should be enabled by `ra_lsp_server`, but we enable it here # to reduce number of compilations -- cgit v1.2.3