Skip to content

Commit e820df0

Browse files
committed
chore: sever-check build-rs against beta channel
1 parent 1d1d646 commit e820df0

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)