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

Commit

Permalink
Patch deps to use rustc-ap-* v546
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanewok committed Aug 2, 2019
1 parent 4cfb16b commit 8b251ab
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 51 deletions.
100 changes: 50 additions & 50 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ name = "rls"
test = false
path = "rls/src/main.rs"

[patch.crates-io]
racer = { git = "https://github.com/Xanewok/racer", branch = "bump-rustc-ap-syntax" }

[dependencies]
rls-analysis = "0.18.0"
rls-data = "0.19"
Expand All @@ -44,7 +47,7 @@ racer = { version = "2.1.24", default-features = false }
rand = "0.6"
rayon = "1"
rustc_tools_util = "0.2"
rustfmt-nightly = "1.4.1"
rustfmt-nightly = "1.4.3"
rustc-serialize = "0.3"
serde = "1.0"
serde_json = "1.0"
Expand Down

0 comments on commit 8b251ab

Please sign in to comment.