Skip to content

Commit

Permalink
Auto merge of rust-lang#1289 - h-michael:cargo-update, r=Xanewok
Browse files Browse the repository at this point in the history
Bump rls-analysis, rls-span, rls-data and rls-vfs

These are only dependencies update.
No breaking change.
  • Loading branch information
bors committed Feb 4, 2019
2 parents 195af49 + 586f36b commit 10517f9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
34 changes: 17 additions & 17 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ num_cpus = "1"
racer = { version = "=2.1.17", default-features = false }
rand = "0.6"
rayon = "1"
rls-analysis = "0.16.10"
rls-analysis = "0.16.12"
rls-blacklist = "0.1.3"
rls-data = { version = "0.18.1", features = ["serialize-serde", "serialize-rustc"] }
rls-data = { version = "0.18.2", features = ["serialize-serde", "serialize-rustc"] }
rls-rustc = "0.5.0"
rls-span = { version = "0.4", features = ["serialize-serde"] }
rls-vfs = "0.7"
Expand Down

0 comments on commit 10517f9

Please sign in to comment.