diff options
| author | Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> | 2022-04-09 12:52:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-09 12:52:03 +0200 |
| commit | 0aaeb4dd1bd2c4ca844ccced8219d1fd269061e6 (patch) | |
| tree | 67918a00dd36e0295959a8a5c89b3a16e5200169 | |
| parent | e232cb42e692e8bca56fbb98f9a3fbc1de8fbbd8 (diff) | |
| parent | d7b867b7e5732b88b91ce8ed3272c48a83b10e76 (diff) | |
| download | rust-0aaeb4dd1bd2c4ca844ccced8219d1fd269061e6.tar.gz rust-0aaeb4dd1bd2c4ca844ccced8219d1fd269061e6.zip | |
Rollup merge of #95676 - pietroalbini:pa-bump-rls, r=pietroalbini
Update RLS This PR updates RLS to include the following PRs: * https://github.com/rust-lang/rls/pull/1766 * https://github.com/rust-lang/rls/pull/1767 * https://github.com/rust-lang/rls/pull/1771 * https://github.com/rust-lang/rls/pull/1772 It also updates racer to fix RLS compilation with the parallel compiler enabled.
| -rw-r--r-- | Cargo.lock | 4 | ||||
| m--------- | src/tools/rls | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index c83763be3d8..325503a0e95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/src/tools/rls b/src/tools/rls -Subproject 3df74381f37617ec800537c11fb0c3130f5f361 +Subproject e6f71c9cadf9bbd2eff21334d1d51016c7f5e19 |
