]> git.ipfire.org Git - thirdparty/git.git/commitdiff
docs: update version with default Rust support
authorbrian m. carlson <sandals@crustytoothpaste.net>
Thu, 9 Apr 2026 22:44:31 +0000 (22:44 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Apr 2026 00:25:36 +0000 (17:25 -0700)
We missed the cut-off for Rust by default in 2.53, but we still can
enable it by default for 2.54, so update our breaking changes document
accordingly.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/BreakingChanges.adoc

index f814450d2f65ac5cd6d3fcc6faa48c9fcd096a82..510ed98b65d755da0db70ba7720d601a70e602e5 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.54, 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.