Skip to content

Commit 0aaeb4d

Browse files
authored
Rollup merge of #95676 - pietroalbini:pa-bump-rls, r=pietroalbini
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.
2 parents e232cb4 + d7b867b commit 0aaeb4d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -2950,9 +2950,9 @@ dependencies = [
29502950

29512951
[[package]]
29522952
name = "racer"
2953-
version = "2.2.0"
2953+
version = "2.2.2"
29542954
source = "registry+https://github.com/rust-lang/crates.io-index"
2955-
checksum = "b0b4b5faaf07040474e8af74a9e19ff167d5d204df5db5c5c765edecfb900358"
2955+
checksum = "64954e44fc0d1dcc64e0b9f2b155249ad62849eba25354b76ae1598d1e8f0fa0"
29562956
dependencies = [
29572957
"bitflags",
29582958
"clap 2.34.0",

0 commit comments

Comments
 (0)