Merge #4129
4129: Don't print cargo version to stdout, breaking everything r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
commit
57b3dda980
@ -143,7 +143,7 @@ pub fn from_cargo_metadata(
|
|||||||
) -> Result<CargoWorkspace> {
|
) -> Result<CargoWorkspace> {
|
||||||
let _ = Command::new(cargo_binary())
|
let _ = Command::new(cargo_binary())
|
||||||
.arg("--version")
|
.arg("--version")
|
||||||
.status()
|
.output()
|
||||||
.context("failed to run `cargo --version`, is `cargo` in PATH?")?;
|
.context("failed to run `cargo --version`, is `cargo` in PATH?")?;
|
||||||
|
|
||||||
let mut meta = MetadataCommand::new();
|
let mut meta = MetadataCommand::new();
|
||||||
|
Loading…
Reference in New Issue
Block a user