Skip to content

Commit 0a59fc1

Browse files
authored
Rollup merge of #41833 - nrc:update, r=nagisa
Update save-analysis deps and RLS submodule
2 parents f4c4334 + 7bed543 commit 0a59fc1

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

src/Cargo.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/librustc_save_analysis/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rustc = { path = "../librustc" }
1414
rustc_typeck = { path = "../librustc_typeck" }
1515
syntax = { path = "../libsyntax" }
1616
syntax_pos = { path = "../libsyntax_pos" }
17-
rls-data = "0.1"
18-
rls-span = "0.1"
17+
rls-data = "0.3"
18+
rls-span = "0.4"
1919
# FIXME(#40527) should move rustc serialize out of tree
2020
rustc-serialize = "0.3"

0 commit comments

Comments
 (0)