From 1f39a31981616278a2ba10d360f7f8fa2f0d1ace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Sat, 22 Sep 2018 21:30:36 +0200 Subject: [PATCH] Revert "Remove "edition" Cargo feature (it's stable now)" This reverts commit a34334dcdd291f4fc42cd910a098a95f1f53a4a2. The problem is that rustc uses an older cargo version to bootstrap. This cargo version does not have the edition feature stabilized yet. --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index dec7bf25545..5833dceb844 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,3 +1,5 @@ +cargo-features = ["edition"] + [package] name = "rls" version = "0.130.5"