Skip to content

submodules: Bump RLS to 58869107ec162a821a4bee53cdd3f51c84cda3ea #65957

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 31, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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