Skip to content

Commit 0584737

Browse files
authored
chore(ci): restore cargo-util semver check (#15389)
### What does this PR try to resolve? Basically a revert of <#15222>.
2 parents b909a8b + b955cd1 commit 0584737

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -205,16 +205,6 @@ fn bump_check(args: &clap::ArgMatches, gctx: &cargo::util::GlobalContext) -> Car
205205
let mut cmd = ProcessBuilder::new("cargo");
206206
cmd.arg("semver-checks")
207207
.arg("check-release")
208-
// Don't check cargo-util util 1.86 is released.
209-
// While it does have a SemVer breakage,
210-
// it is unlikely people use it with turbo-fish syntax.
211-
// And cargo-util is essentially for internal use.
212-
//
213-
// See:
214-
//
215-
// * https://rust-lang.zulipchat.com/#narrow/channel/246057-t-cargo/topic/check-version-bump.20failure
216-
// * https://forge.rust-lang.org/policies/crate-ownership.html#internal-use
217-
.args(&["--exclude", "cargo-util"])
218208
.arg("--workspace");
219209

220210
gctx.shell().status("Running", &cmd)?;

0 commit comments

Comments
 (0)