Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Update cargo and clippy.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Mar 4, 2019
1 parent 178c7ad commit 0e970e9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 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 @@ -28,9 +28,9 @@ rls-rustc = "0.5.0"
rls-span = { version = "0.4", features = ["serialize-serde"] }
rls-vfs = "0.7"

cargo = { git = "https://github.com/rust-lang/cargo", rev = "4e74e2fc0908524d17735c768067117d3e84ee9c" }
cargo = { git = "https://github.com/rust-lang/cargo", rev = "716b02cb4c7b75ce435eb06defa25bc2d725909c" }
cargo_metadata = "0.7"
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "f69ec96906d300132ffd33151bf6641b950db96d", optional = true }
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "caccf8bd4c3d490d6a4cf329a3411bbf68753642", optional = true }
env_logger = "0.6"
failure = "0.1.1"
home = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion rls/src/build/cargo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ fn run_cargo_ws(

let compile_opts = CompileOptions {
spec,
filter: CompileFilter::new(
filter: CompileFilter::from_raw_arguments(
opts.lib,
opts.bin,
opts.bins,
Expand Down

0 comments on commit 0e970e9

Please sign in to comment.