Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 4030210

Browse files
committed
we don't need unstable options
1 parent d43e12e commit 4030210

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ui_test/src/dependencies.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ pub fn build_dependencies(config: &Config) -> Result<Dependencies> {
4545
setup_command(&mut build);
4646
build
4747
.arg("--target-dir=target/test_dependencies")
48-
.arg("--message-format=json")
49-
.arg("-Zunstable-options");
48+
.arg("--message-format=json");
5049

5150
let output = build.output()?;
5251

0 commit comments

Comments
 (0)