Skip to content

Commit

Permalink
Auto merge of #13421 - weihanglo:1.76-miscs, r=epage
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors committed Feb 8, 2024
2 parents 0ec197b + 6072a08 commit 875850f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/xtask-bump-check/src/xtask.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,6 @@ fn bump_check(args: &clap::ArgMatches, config: &cargo::util::Config) -> CargoRes
let mut cmd = ProcessBuilder::new("cargo");
cmd.arg("semver-checks")
.arg("--workspace")
.args(&["--exclude", "rustfix"]) // FIXME: Remove once 1.76 is stable
.args(&["--exclude", "cargo-util-schemas"]) // FIXME: Remove once 1.76 is stable
.arg("--baseline-rev")
.arg(referenced_commit.id().to_string());
for krate in crates_not_check_against_channels {
Expand Down

0 comments on commit 875850f

Please sign in to comment.