Skip to content

Commit 10175b1

Browse files
authored
chore: semver-check build-rs against beta channel (#15223)
### What does this PR try to resolve? This should have been restored when 1.84 was out, but nobody remembered.
2 parents 81955eb + e820df0 commit 10175b1

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
@@ -184,7 +184,6 @@ fn bump_check(args: &clap::ArgMatches, gctx: &cargo::util::GlobalContext) -> Car
184184
let mut cmd = ProcessBuilder::new("cargo");
185185
cmd.arg("semver-checks")
186186
.arg("--workspace")
187-
.args(&["--exclude", "build-rs"]) // FIXME: Remove once 1.84 is stable.
188187
.arg("--baseline-rev")
189188
.arg(referenced_commit.id().to_string());
190189
for krate in crates_not_check_against_channels {

0 commit comments

Comments
 (0)