diff options
| author | bors <bors@rust-lang.org> | 2018-03-13 09:18:12 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2018-03-13 09:18:12 +0000 |
| commit | e65547d4fad0425d1db4f33a4d8134bf2cad939e (patch) | |
| tree | 1597fa97830edcd8cad41d613121a8f6e4f1573e | |
| parent | c7cbe142640b2cea1eeb385249faffcf49f0990d (diff) | |
| parent | 9b1c69ec93d17b9593d183858b7d8b3c3e0cb703 (diff) | |
| download | rust-e65547d4fad0425d1db4f33a4d8134bf2cad939e.tar.gz rust-e65547d4fad0425d1db4f33a4d8134bf2cad939e.zip | |
Auto merge of #48958 - alexcrichton:update-rls-rustc, r=sfackler
Update the rls-rustc package Should hopefully fix compiling the rls!
| -rw-r--r-- | src/Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Cargo.lock b/src/Cargo.lock index 3252fda970b..f8c04fe9272 100644 --- a/src/Cargo.lock +++ b/src/Cargo.lock @@ -1598,7 +1598,7 @@ dependencies = [ "rls-analysis 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", "rls-blacklist 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "rls-data 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "rls-rustc 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "rls-rustc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "rls-vfs 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "rustfmt-nightly 0.3.8", @@ -1639,7 +1639,7 @@ dependencies = [ [[package]] name = "rls-rustc" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -2964,7 +2964,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum rls-analysis 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39461c31c9ec26c2f15821d6aaa349216bf71e24e69550d9f8eeded78dc435e1" "checksum rls-blacklist 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "56fb7b8e4850b988fbcf277fbdb1eff36879070d02fc1ca243b559273866973d" "checksum rls-data 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bea04462e94b5512a78499837eecb7db182ff082144cd1b4bc32ef5d43de6510" -"checksum rls-rustc 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "85cfb9dde19e313da3e47738008f8a472e470cc42d910b71595a9238494701f2" +"checksum rls-rustc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "885f66b92757420572cbb02e033d4a9558c7413ca9b7ac206f28fd58ffdb44ea" "checksum rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d7c7046dc6a92f2ae02ed302746db4382e75131b9ce20ce967259f6b5867a6a" "checksum rls-vfs 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "be231e1e559c315bc60ced5ad2cc2d7a9c208ed7d4e2c126500149836fda19bb" "checksum rustc-ap-rustc_cratesio_shim 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4ad5e562044ea78a6764dd75ae8afe4b21fde49f4548024b5fdf6345c21fb524" |
