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

Commit

Permalink
Merge pull request #1771 from pietroalbini/pa-fix-cargo
Browse files Browse the repository at this point in the history
Fix RLS not building with the latest cargo
  • Loading branch information
pietroalbini authored Apr 4, 2022
2 parents f3c253e + 28e4a7e commit 74ccc9e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
25 changes: 12 additions & 13 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 @@ -31,8 +31,8 @@ rls-vfs = "0.8"
rls-ipc = { version = "0.1.0", path = "rls-ipc", optional = true }

anyhow = "1.0.26"
cargo = { git = "https://github.com/rust-lang/cargo", rev = "d6cdde584a1f15ea086bae922e20fd27f7165431" }
cargo-util = { git = "https://github.com/rust-lang/cargo", rev = "d6cdde584a1f15ea086bae922e20fd27f7165431" }
cargo = { git = "https://github.com/rust-lang/cargo", rev = "1ef1e0a12723ce9548d7da2b63119de9002bead8" }
cargo-util = { git = "https://github.com/rust-lang/cargo", rev = "1ef1e0a12723ce9548d7da2b63119de9002bead8" }
cargo_metadata = "0.14"
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", version = "0.1.60", optional = true }
env_logger = "0.9"
Expand Down
1 change: 1 addition & 0 deletions rls/src/build/cargo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ fn run_cargo_ws(
build_config: BuildConfig::new(
&config,
opts.jobs,
false, // --keep-going
opts.target.iter().map(|x| x.into()).collect::<Vec<String>>().as_slice(),
CompileMode::Check { test: cfg_test },
)?,
Expand Down

0 comments on commit 74ccc9e

Please sign in to comment.