]> git.ipfire.org Git - thirdparty/git.git/commitdiff
rust: we are way beyond 2.53
authorJunio C Hamano <gitster@pobox.com>
Fri, 10 Apr 2026 14:52:50 +0000 (07:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Apr 2026 15:14:20 +0000 (08:14 -0700)
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>
Documentation/BreakingChanges.adoc

index f814450d2f65ac5cd6d3fcc6faa48c9fcd096a82..af59c43f42c8e684e8c689922b77a299f0d4177e 100644 (file)
@@ -190,7 +190,7 @@ milestones for the introduction of Rust:
 1. Initially, with Git 2.52, support for Rust will be auto-detected by Meson and
    disabled in our Makefile so that the project can sort out the initial
    infrastructure.
-2. In Git 2.53, both build systems will default-enable support for Rust.
+2. In Git 2.55, both build systems will default-enable support for Rust.
    Consequently, builds will break by default if Rust is not available on the
    build host. The use of Rust can still be explicitly disabled via build
    flags.