Use version 1.93.0 in RELEASES.md instead of 1.93
This commit is contained in:
parent
7981818138
commit
6b8432bee3
1 changed files with 9 additions and 9 deletions
18
RELEASES.md
18
RELEASES.md
|
|
@ -1,7 +1,7 @@
|
||||||
Version 1.93 (2026-01-22)
|
Version 1.93.0 (2026-01-22)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
<a id="1.93-Language"></a>
|
<a id="1.93.0-Language"></a>
|
||||||
|
|
||||||
Language
|
Language
|
||||||
--------
|
--------
|
||||||
|
|
@ -16,13 +16,13 @@ Language
|
||||||
- [Add warn-by-default `function_casts_as_integer` lint](https://github.com/rust-lang/rust/pull/141470)
|
- [Add warn-by-default `function_casts_as_integer` lint](https://github.com/rust-lang/rust/pull/141470)
|
||||||
|
|
||||||
|
|
||||||
<a id="1.93-Compiler"></a>
|
<a id="1.93.0-Compiler"></a>
|
||||||
|
|
||||||
Compiler
|
Compiler
|
||||||
--------
|
--------
|
||||||
- [Stabilize `-Cjump-tables=bool`](https://github.com/rust-lang/rust/pull/145974). The flag was previously called `-Zno-jump-tables`.
|
- [Stabilize `-Cjump-tables=bool`](https://github.com/rust-lang/rust/pull/145974). The flag was previously called `-Zno-jump-tables`.
|
||||||
|
|
||||||
<a id="1.93-Platform-Support"></a>
|
<a id="1.93.0-Platform-Support"></a>
|
||||||
|
|
||||||
Platform Support
|
Platform Support
|
||||||
----------------
|
----------------
|
||||||
|
|
@ -34,7 +34,7 @@ for more information on Rust's tiered platform support.
|
||||||
|
|
||||||
[platform-support-doc]: https://doc.rust-lang.org/rustc/platform-support.html
|
[platform-support-doc]: https://doc.rust-lang.org/rustc/platform-support.html
|
||||||
|
|
||||||
<a id="1.93-Libraries"></a>
|
<a id="1.93.0-Libraries"></a>
|
||||||
|
|
||||||
Libraries
|
Libraries
|
||||||
---------
|
---------
|
||||||
|
|
@ -44,7 +44,7 @@ Libraries
|
||||||
- [Don't require `T: RefUnwindSafe` for `vec::IntoIter<T>: UnwindSafe`](https://github.com/rust-lang/rust/pull/145665)
|
- [Don't require `T: RefUnwindSafe` for `vec::IntoIter<T>: UnwindSafe`](https://github.com/rust-lang/rust/pull/145665)
|
||||||
|
|
||||||
|
|
||||||
<a id="1.93-Stabilized-APIs"></a>
|
<a id="1.93.0-Stabilized-APIs"></a>
|
||||||
|
|
||||||
Stabilized APIs
|
Stabilized APIs
|
||||||
---------------
|
---------------
|
||||||
|
|
@ -74,7 +74,7 @@ Stabilized APIs
|
||||||
- [`std::fmt::FromFn`](https://doc.rust-lang.org/stable/std/fmt/struct.FromFn.html)
|
- [`std::fmt::FromFn`](https://doc.rust-lang.org/stable/std/fmt/struct.FromFn.html)
|
||||||
|
|
||||||
|
|
||||||
<a id="1.93-Cargo"></a>
|
<a id="1.93.0-Cargo"></a>
|
||||||
|
|
||||||
Cargo
|
Cargo
|
||||||
-----
|
-----
|
||||||
|
|
@ -82,7 +82,7 @@ Cargo
|
||||||
- [In `cargo tree`, support long forms for `--format` variables](https://github.com/rust-lang/cargo/pull/16204/)
|
- [In `cargo tree`, support long forms for `--format` variables](https://github.com/rust-lang/cargo/pull/16204/)
|
||||||
- [Add `--workspace` to `cargo clean`](https://github.com/rust-lang/cargo/pull/16263/)
|
- [Add `--workspace` to `cargo clean`](https://github.com/rust-lang/cargo/pull/16263/)
|
||||||
|
|
||||||
<a id="1.93-Rustdoc"></a>
|
<a id="1.93.0-Rustdoc"></a>
|
||||||
|
|
||||||
Rustdoc
|
Rustdoc
|
||||||
-----
|
-----
|
||||||
|
|
@ -92,7 +92,7 @@ Rustdoc
|
||||||
- [Validate usage of crate-level doc attributes](https://github.com/rust-lang/rust/pull/149197). This means if any of `html_favicon_url`, `html_logo_url`, `html_playground_url`, `issue_tracker_base_url`, or `html_no_source` either has a missing value, an unexpected value, or a value of the wrong type, rustdoc will emit the deny-by-default lint `rustdoc::invalid_doc_attributes`.
|
- [Validate usage of crate-level doc attributes](https://github.com/rust-lang/rust/pull/149197). This means if any of `html_favicon_url`, `html_logo_url`, `html_playground_url`, `issue_tracker_base_url`, or `html_no_source` either has a missing value, an unexpected value, or a value of the wrong type, rustdoc will emit the deny-by-default lint `rustdoc::invalid_doc_attributes`.
|
||||||
|
|
||||||
|
|
||||||
<a id="1.93-Compatibility-Notes"></a>
|
<a id="1.93.0-Compatibility-Notes"></a>
|
||||||
|
|
||||||
Compatibility Notes
|
Compatibility Notes
|
||||||
-------------------
|
-------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue