Skip to content

Commit 402d072

Browse files
committed
Ignore rustfix for semver-checks since it doesn't exist on the beta branch.
1 parent f99a494 commit 402d072

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/xtask-bump-check/src/xtask.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ fn bump_check(args: &clap::ArgMatches, config: &cargo::util::Config) -> CargoRes
166166
let mut cmd = ProcessBuilder::new("cargo");
167167
cmd.arg("semver-checks")
168168
.arg("--workspace")
169+
.args(&["--exclude", "rustfix"]) // FIXME: Remove once 1.76 is stable
169170
.arg("--baseline-rev")
170171
.arg(referenced_commit.id().to_string());
171172
config.shell().status("Running", &cmd)?;

0 commit comments

Comments
 (0)