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

Commit 475311d

Browse files
committed
Update RLS/Racer to rustc-ap-* v671
1 parent a0e80a9 commit 475311d

File tree

2 files changed

+49
-48
lines changed

2 files changed

+49
-48
lines changed

Cargo.lock

Lines changed: 44 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ name = "rls"
2020
test = false
2121
path = "rls/src/main.rs"
2222

23+
[patch.crates-io]
24+
rustfmt-nightly = { version = "1.4.20", git = "https://github.com/rust-lang/rustfmt", branch = "rustfmt-1.4.20" }
25+
2326
[dependencies]
2427
rls-analysis = "0.18.0"
2528
rls-data = "0.19"
@@ -42,11 +45,11 @@ lsp-types = { version = "0.60", features = ["proposed"] }
4245
lazy_static = "1"
4346
log = "0.4"
4447
num_cpus = "1"
45-
racer = { version = "2.1.36", default-features = false }
48+
racer = { version = "2.1.37", default-features = false }
4649
rand = "0.7"
4750
rayon = "1"
4851
rustc_tools_util = "0.2"
49-
rustfmt-nightly = "1.4.19"
52+
rustfmt-nightly = "1.4.20"
5053
serde = "1.0"
5154
serde_json = "1.0"
5255
serde_derive = "1.0"

0 commit comments

Comments
 (0)