diff options
| author | Nick Cameron <ncameron@mozilla.com> | 2017-05-09 07:15:48 +1200 |
|---|---|---|
| committer | Nick Cameron <ncameron@mozilla.com> | 2017-05-09 07:15:48 +1200 |
| commit | 7bed5437fad0d8310654de2616434bfafba85d24 (patch) | |
| tree | 5c13ca8f2a4a3faa9ab9383d2bc8da2d574518d0 /src/librustc_save_analysis | |
| parent | 198917bb4f13daca7225af61d17c6fd4f70487bd (diff) | |
| download | rust-7bed5437fad0d8310654de2616434bfafba85d24.tar.gz rust-7bed5437fad0d8310654de2616434bfafba85d24.zip | |
Update save-analysis deps and RLS submodule
Diffstat (limited to 'src/librustc_save_analysis')
| -rw-r--r-- | src/librustc_save_analysis/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/librustc_save_analysis/Cargo.toml b/src/librustc_save_analysis/Cargo.toml index 702c4b691c9..6d04bff8282 100644 --- a/src/librustc_save_analysis/Cargo.toml +++ b/src/librustc_save_analysis/Cargo.toml @@ -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" |
