mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00
ci: check SemVer for cargo-util-schemas on CI
This commit is contained in:
parent
881d79061a
commit
0ac9cdeeec
@ -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()?;
|
||||
|
Loading…
x
Reference in New Issue
Block a user