Skip to content

Commit

Permalink
Rollup merge of #95676 - pietroalbini:pa-bump-rls, r=pietroalbini
Browse files Browse the repository at this point in the history
Update RLS

This PR updates RLS to include the following PRs:

* rust-lang/rls#1766
* rust-lang/rls#1767
* rust-lang/rls#1771
* rust-lang/rls#1772

It also updates racer to fix RLS compilation with the parallel compiler enabled.
  • Loading branch information
Dylan-DPC authored Apr 9, 2022
2 parents e232cb4 + d7b867b commit 0aaeb4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2950,9 +2950,9 @@ dependencies = [

[[package]]
name = "racer"
version = "2.2.0"
version = "2.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0b4b5faaf07040474e8af74a9e19ff167d5d204df5db5c5c765edecfb900358"
checksum = "64954e44fc0d1dcc64e0b9f2b155249ad62849eba25354b76ae1598d1e8f0fa0"
dependencies = [
"bitflags",
"clap 2.34.0",
Expand Down
2 changes: 1 addition & 1 deletion src/tools/rls

0 comments on commit 0aaeb4d

Please sign in to comment.