From 2f6914824a7f0443f51d5bba56a926363da869df Mon Sep 17 00:00:00 2001 From: est31 Date: Sat, 4 Apr 2020 13:22:06 +0200 Subject: Remove rustc_lexer dependency in favour of rustc-ap-rustc_lexer The latter is auto-published on a regular schedule (Right now weekly). --- 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 3c6ae77e4..75a2f696e 100644 --- a/crates/ra_syntax/Cargo.toml +++ b/crates/ra_syntax/Cargo.toml @@ -13,7 +13,7 @@ doctest = false [dependencies] itertools = "0.9.0" rowan = "0.9.1" -rustc_lexer = "0.1.0" +rustc_lexer = { version = "652.0.0", package = "rustc-ap-rustc_lexer" } rustc-hash = "1.1.0" arrayvec = "0.5.1" once_cell = "1.3.1" -- cgit v1.2.3