Skip to content

Commit

Permalink
Auto merge of rust-lang#131560 - cuviper:start-1.84, r=<try>
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Oct 13, 2024
2 parents ecf2d1f + 027c93a commit 4dbbfea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bootstrap/src/core/config/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2780,7 +2780,7 @@ impl Config {
let has_changes = !t!(helpers::git(Some(&self.src))
.args(["diff-index", "--quiet", &commit])
.arg("--")
.args([self.src.join("compiler"), self.src.join("library")])
.args([self.src.join("compiler"), self.src.join("library"), self.src.join("version")])
.as_command_mut()
.status())
.success();
Expand Down
2 changes: 1 addition & 1 deletion src/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.83.0
1.84.0

0 comments on commit 4dbbfea

Please sign in to comment.