Skip to content

Commit 468757f

Browse files
bk2204gitster
authored andcommitted
docs: update version with default Rust support
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>
1 parent 2565546 commit 468757f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/BreakingChanges.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ milestones for the introduction of Rust:
190190
1. Initially, with Git 2.52, support for Rust will be auto-detected by Meson and
191191
disabled in our Makefile so that the project can sort out the initial
192192
infrastructure.
193-
2. In Git 2.53, both build systems will default-enable support for Rust.
193+
2. In Git 2.54, both build systems will default-enable support for Rust.
194194
Consequently, builds will break by default if Rust is not available on the
195195
build host. The use of Rust can still be explicitly disabled via build
196196
flags.

0 commit comments

Comments
 (0)