Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 1f39a31

Browse files
committed
Revert "Remove "edition" Cargo feature (it's stable now)"
This reverts commit a34334d. The problem is that rustc uses an older cargo version to bootstrap. This cargo version does not have the edition feature stabilized yet.
1 parent fb42074 commit 1f39a31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
cargo-features = ["edition"]
2+
13
[package]
24
name = "rls"
35
version = "0.130.5"

0 commit comments

Comments
 (0)