Skip to content

Commit 0ac9cde

Browse files
committed
ci: check SemVer for cargo-util-schemas on CI
1 parent 881d790 commit 0ac9cde

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)