Skip to content

Commit 4194703

Browse files
committed
Update stabilization to 1.89
1 parent bead467 commit 4194703

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cargo/core/features.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1276,7 +1276,7 @@ impl CliUnstable {
12761276
"codegen-backend" => self.codegen_backend = parse_empty(k, v)?,
12771277
"config-include" => self.config_include = parse_empty(k, v)?,
12781278
"direct-minimal-versions" => self.direct_minimal_versions = parse_empty(k, v)?,
1279-
"doctest-xcompile" => stabilized_warn(k, "1.88", STABILIZED_DOCTEST_XCOMPILE),
1279+
"doctest-xcompile" => stabilized_warn(k, "1.89", STABILIZED_DOCTEST_XCOMPILE),
12801280
"dual-proc-macros" => self.dual_proc_macros = parse_empty(k, v)?,
12811281
"feature-unification" => self.feature_unification = parse_empty(k, v)?,
12821282
"gc" => self.gc = parse_empty(k, v)?,

src/doc/src/reference/unstable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2158,4 +2158,4 @@ More information can be found in the [config chapter](config.md#cache).
21582158

21592159
## doctest-xcompile
21602160

2161-
Doctest cross-compiling is now unconditionally enabled starting in Rust 1.88. Running doctests with `cargo test` will now honor the `--target` flag.
2161+
Doctest cross-compiling is now unconditionally enabled starting in Rust 1.89. Running doctests with `cargo test` will now honor the `--target` flag.

0 commit comments

Comments
 (0)