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

Commit 8904d5f

Browse files
committed
Patch deps to use rustc-ap-* v546
1 parent e03523c commit 8904d5f

File tree

2 files changed

+57
-53
lines changed

2 files changed

+57
-53
lines changed

Cargo.lock

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

Cargo.toml

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

23+
[patch.crates-io]
24+
racer = { git = "https://github.com/Xanewok/racer", branch = "bump-rustc-ap-syntax" }
25+
rustfmt-nightly = {git = "https://github.com/Xanewok/rustfmt", branch = "no-screaming-await" }
26+
2327
[dependencies]
2428
rls-analysis = "0.18.0"
2529
rls-data = "0.19"

0 commit comments

Comments
 (0)