Skip to content

Commit

Permalink
submodules: Bump RLS to 58869107ec162a821a4bee53cdd3f51c84cda3ea
Browse files Browse the repository at this point in the history
Most importantly it contains rust-lang/rls@d267b49
which fixes the RLS build whenever Clippy is built successfully in Rust CI.
  • Loading branch information
Xanewok committed Oct 30, 2019
1 parent 0b7e28a commit 0658b24
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
21 changes: 7 additions & 14 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1631,9 +1631,9 @@ dependencies = [

[[package]]
name = "jsonrpc-core"
version = "13.1.0"
version = "13.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd42951eb35079520ee29b7efbac654d85821b397ef88c8151600ef7e2d00217"
checksum = "91d767c183a7e58618a609499d359ce3820700b3ebb4823a18c343b4a2a41a0d"
dependencies = [
"futures",
"log",
Expand Down Expand Up @@ -2974,14 +2974,14 @@ checksum = "cabe4fa914dec5870285fa7f71f602645da47c486e68486d2b4ceb4a343e90ac"

[[package]]
name = "rls"
version = "1.39.0"
version = "1.40.0"
dependencies = [
"cargo",
"cargo_metadata 0.8.0",
"clippy_lints",
"crossbeam-channel",
"difference",
"env_logger 0.6.2",
"env_logger 0.7.0",
"failure",
"futures",
"heck",
Expand All @@ -2995,7 +2995,7 @@ dependencies = [
"num_cpus",
"ordslice",
"racer",
"rand 0.6.1",
"rand 0.7.0",
"rayon",
"regex",
"rls-analysis",
Expand All @@ -3004,7 +3004,6 @@ dependencies = [
"rls-rustc",
"rls-span",
"rls-vfs",
"rustc-serialize",
"rustc-workspace-hack",
"rustc_tools_util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rustfmt-nightly",
Expand Down Expand Up @@ -3065,11 +3064,11 @@ name = "rls-rustc"
version = "0.6.0"
dependencies = [
"clippy_lints",
"env_logger 0.6.2",
"env_logger 0.7.0",
"failure",
"futures",
"log",
"rand 0.6.1",
"rand 0.7.0",
"rls-data",
"rls-ipc",
"serde",
Expand Down Expand Up @@ -3365,12 +3364,6 @@ dependencies = [
"num_cpus",
]

[[package]]
name = "rustc-serialize"
version = "0.3.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"

[[package]]
name = "rustc-std-workspace-alloc"
version = "1.99.0"
Expand Down
2 changes: 1 addition & 1 deletion src/tools/rls
Submodule rls updated from a18df1 to 5db91c

0 comments on commit 0658b24

Please sign in to comment.