Skip to content

Commit c98b3e8

Browse files
authored
Rollup merge of rust-lang#77787 - jyn514:consistent-versions, r=spastorino
Update `changelog-seen` in config.toml.example This got out of sync when the version was bumped last time in rust-lang#77133 Long-term we may want to find an easier way to maintain this that doesn't require bumping the version in three different places. Off the top of my head I can't think of anything, though. It _is_ documented in src/bootstrap/README.md, although I don't know how many people read that. r? @Mark-Simulacrum cc @spastorino
2 parents 612fe9f + d2ca0c4 commit c98b3e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.toml.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# If it does not match the version that is currently running,
1414
# `x.py` will prompt you to update it and read the changelog.
1515
# See `src/bootstrap/CHANGELOG.md` for more information.
16-
changelog-seen = 1
16+
changelog-seen = 2
1717

1818
# =============================================================================
1919
# Global Settings

0 commit comments

Comments
 (0)