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.
This commit is contained in:
commit
0aaeb4dd1b
@ -2950,9 +2950,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "racer"
|
name = "racer"
|
||||||
version = "2.2.0"
|
version = "2.2.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b0b4b5faaf07040474e8af74a9e19ff167d5d204df5db5c5c765edecfb900358"
|
checksum = "64954e44fc0d1dcc64e0b9f2b155249ad62849eba25354b76ae1598d1e8f0fa0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags",
|
"bitflags",
|
||||||
"clap 2.34.0",
|
"clap 2.34.0",
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 3df74381f37617ec800537c11fb0c3130f5f3616
|
Subproject commit e6f71c9cadf9bbd2eff21334d1d51016c7f5e19d
|
Loading…
x
Reference in New Issue
Block a user