Skip to content

Commit

Permalink
ci: check SemVer for cargo-util-schemas on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Dec 18, 2023
1 parent 881d790 commit 0ac9cde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/xtask-bump-check/src/xtask.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ fn bump_check(args: &clap::ArgMatches, config: &cargo::util::Config) -> CargoRes
let mut cmd = ProcessBuilder::new("cargo");
cmd.arg("semver-checks")
.arg("check-release")
.args(&["--exclude", "cargo-util-schemas"]) // FIXME: Remove once 1.76 is stable
.arg("--workspace");
config.shell().status("Running", &cmd)?;
cmd.exec()?;
Expand Down

0 comments on commit 0ac9cde

Please sign in to comment.