Skip to content

Commit

Permalink
Auto merge of #61694 - Xanewok:update-rls, r=kennytm
Browse files Browse the repository at this point in the history
Update RLS

This includes rust-lang/rls#1482 which should finally fix the spurious tests RLS in Rust CI (test-pass -> test-fail).

r? @oli-obk
cc @ehuss
  • Loading branch information
bors committed Jun 10, 2019
2 parents a73ecb3 + eb5aa75 commit 02564de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2263,7 +2263,7 @@ dependencies = [

[[package]]
name = "rls"
version = "1.36.0"
version = "1.37.0"
dependencies = [
"cargo 0.38.0",
"cargo_metadata 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Expand Down
2 changes: 1 addition & 1 deletion src/tools/rls
Submodule rls updated from d1e202 to 483dcb

0 comments on commit 02564de

Please sign in to comment.