Skip to content

Commit 6072a08

Browse files
committed
chore(bump-check): include rustfix and cargo-util-schemas
1 parent 0ec197b commit 6072a08

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)