Skip to content

Commit a1f6e78

Browse files
committed
Auto merge of #13185 - weihanglo:bump-check-cargo-util-schemas, r=epage
ci: check SemVer for cargo-util-schemas on CI
2 parents 881d790 + 0ac9cde commit a1f6e78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ fn bump_check(args: &clap::ArgMatches, config: &cargo::util::Config) -> CargoRes
168168
let mut cmd = ProcessBuilder::new("cargo");
169169
cmd.arg("semver-checks")
170170
.arg("check-release")
171-
.args(&["--exclude", "cargo-util-schemas"]) // FIXME: Remove once 1.76 is stable
172171
.arg("--workspace");
173172
config.shell().status("Running", &cmd)?;
174173
cmd.exec()?;

0 commit comments

Comments
 (0)