Skip to content

Commit

Permalink
Rollup merge of rust-lang#41833 - nrc:update, r=nagisa
Browse files Browse the repository at this point in the history
Update save-analysis deps and RLS submodule
  • Loading branch information
frewsxcv authored May 9, 2017
2 parents f4c4334 + 7bed543 commit 0a59fc1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions src/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/librustc_save_analysis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rustc = { path = "../librustc" }
rustc_typeck = { path = "../librustc_typeck" }
syntax = { path = "../libsyntax" }
syntax_pos = { path = "../libsyntax_pos" }
rls-data = "0.1"
rls-span = "0.1"
rls-data = "0.3"
rls-span = "0.4"
# FIXME(#40527) should move rustc serialize out of tree
rustc-serialize = "0.3"

0 comments on commit 0a59fc1

Please sign in to comment.