We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec8ca6 commit ba676daCopy full SHA for ba676da
src/cargo.rs
@@ -87,7 +87,6 @@ pub fn build_dependencies(project: &mut Project) -> Result<()> {
87
88
// Check if this Cargo contains https://github.com/rust-lang/cargo/pull/10383
89
project.keep_going = command
90
- .arg("-Zunstable-options")
91
.arg("--keep-going")
92
.stdout(Stdio::null())
93
.stderr(Stdio::null())
@@ -139,7 +138,6 @@ pub fn build_all_tests(project: &Project) -> Result<Output> {
139
138
.arg("--quiet")
140
.arg("--color=never")
141
.arg("--message-format=json")
142
143
144
.output()
145
.map_err(Error::Cargo)
0 commit comments