From 58a86213abe70ffda0b2edba475d96b3aed95844 Mon Sep 17 00:00:00 2001 From: Igor Matuszewski Date: Tue, 25 Sep 2018 08:32:49 +0200 Subject: [PATCH] Use rls-data 0.18.1 --- src/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Cargo.toml b/src/Cargo.toml index b4ef8754b81b..e8c44ea57c2e 100644 --- a/src/Cargo.toml +++ b/src/Cargo.toml @@ -57,7 +57,6 @@ cargo = { path = "tools/cargo" } # that we're shipping as well (to ensure that the rustfmt in RLS and the # `rustfmt` executable are the same exact version). rustfmt-nightly = { path = "tools/rustfmt" } -rls-data = { git = "https://github.com/Xanewok/rls-data", branch = "compilation-options" } # See comments in `tools/rustc-workspace-hack/README.md` for what's going on # here