rust: we are way beyond 2.53

Earlier we timelined that we'd tune our build procedures to build with Rust by default in Git 2.53, but we are already in prerelease freeze for 2.54 now. Update the BreakingChanges document to delay it until Git 2.55 (slated for the end of June 2026). Noticed-by: brian m. carlson <sandals@crustytoothpaste.net> Helped-by: Derrick Stolee <stolee@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Apr 10, 2026 at 07:52 UTC d3b7a9b63d00e80c3de48356198f9bbc5105d814
1 file changed +1 -1
Documentation/BreakingChanges.adoc
+1 -1
@@ -190,7 +190,7 @@ milestones for the introduction of Rust:
190 1. Initially, with Git 2.52, support for Rust will be auto-detected by Meson and
191 disabled in our Makefile so that the project can sort out the initial
192 infrastructure.
193 -2. In Git 2.53, both build systems will default-enable support for Rust.
193 +2. In Git 2.55, both build systems will default-enable support for Rust.
194 Consequently, builds will break by default if Rust is not available on the
195 build host. The use of Rust can still be explicitly disabled via build
196 flags.