Skip to content

Commit 875850f

Browse files
committed
Auto merge of #13421 - weihanglo:1.76-miscs, r=epage
chore(bump-check): include rustfix and cargo-util-schemas The workspace now has these two crates in stable, beta, and nightly channels. Checking semver compatibility against them should work now.
2 parents 0ec197b + 6072a08 commit 875850f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,6 @@ fn bump_check(args: &clap::ArgMatches, config: &cargo::util::Config) -> CargoRes
176176
let mut cmd = ProcessBuilder::new("cargo");
177177
cmd.arg("semver-checks")
178178
.arg("--workspace")
179-
.args(&["--exclude", "rustfix"]) // FIXME: Remove once 1.76 is stable
180-
.args(&["--exclude", "cargo-util-schemas"]) // FIXME: Remove once 1.76 is stable
181179
.arg("--baseline-rev")
182180
.arg(referenced_commit.id().to_string());
183181
for krate in crates_not_check_against_channels {

0 commit comments

Comments
 (0)