Skip to content

Update Rust to v1.97.0#362

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rust-1.x
Open

Update Rust to v1.97.0#362
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rust-1.x

Conversation

@renovate

@renovate renovate Bot commented Jul 1, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
rust (source, changelog) toolchain minor 1.87.01.97.0
rust minor 1.87.01.97.0

Release Notes

rust-lang/rust (rust)

v1.97.0

Compare Source

==========================

Language

Platform Support

Refer to Rust's platform support page
for more information on Rust's tiered platform support.

Stabilized APIs

These previously stable APIs are now stable in const contexts:

Cargo

Rustdoc

Compatibility Notes

v1.96.1

Compare Source

===========================

v1.96.0

Compare Source

==========================

Language

Compiler

Libraries

Stabilized APIs

Cargo

Rustdoc

Compatibility Notes

Internal Changes

These changes do not affect any public interfaces of Rust, but they represent
significant improvements to the performance or internals of rustc and related
tools.

v1.95.0

Compare Source

===========================

Language

Compiler

Platform Support

Refer to Rust's platform support page
for more information on Rust's tiered platform support.

Libraries

Stabilized APIs

These previously stable APIs are now stable in const contexts:

Rustdoc

Compatibility Notes

Internal Changes

These changes do not affect any public interfaces of Rust, but they represent
significant improvements to the performance or internals of rustc and related
tools.

v1.94.1

Compare Source

===========================

v1.94.0

Compare Source

==========================

Language

Platform Support

Refer to Rust's platform support page
for more information on Rust's tiered platform support.

Libraries

Stabilized APIs

These previously stable APIs are now stable in const contexts:

Cargo

  • Stabilize the config include key. The top-level include config key allows loading additional config files, enabling better organization, sharing, and management of Cargo configurations across projects and environments. docs #​16284
  • Stabilize the pubtime field in registry index. This records when a crate version was published and enables time-based dependency resolution in the future. Note that crates.io will gradually backfill existing packages when a new version is published. Not all crates have pubtime yet. #​16369 #​16372
  • Cargo now parses TOML v1.1 for manifests and configuration files. Note that using these features in Cargo.toml will raise your development MSRV, but the published manifest remains compatible with older parsers. #​16415
  • Make CARGO_BIN_EXE_<crate> available at runtime

Compatibility Notes

Internal Changes

These changes do not affect any public interfaces of Rust, but they represent
significant improvements to the performance or internals of rustc and related
tools.

v1.93.1

Compare Source

===========================

v1.93.0

Compare Source

==========================

Language

Compiler

Platform Support

Refer to Rust's platform support page
for more information on Rust's tiered platform support.

Libraries

Stabilized APIs

Cargo

Rustdoc

Compatibility Notes

v1.92.0

Compare Source

==========================

Language

Compiler

Libraries

Stabilized APIs

These previously stable APIs are now stable in const contexts:

Cargo

Rustdoc

Compatibility Notes

v1.91.1

Compare Source

===========================

v1.91.0

Compare Source

==========================

Language

Compiler

Platform Support

Refer to Rust's platform support page
for more information on Rust's tiered platform support.

Libraries

Stabilized APIs

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 of the month (* 0-3 1 * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jul 1, 2025
@renovate renovate Bot changed the title Update dependency rust to v1.88.0 Update dependency rust to v1.89.0 Aug 7, 2025
@renovate renovate Bot force-pushed the renovate/rust-1.x branch from 8c1a486 to bbf8006 Compare August 7, 2025 12:59
@renovate renovate Bot force-pushed the renovate/rust-1.x branch from bbf8006 to fbffa78 Compare September 18, 2025 20:46
@renovate renovate Bot changed the title Update dependency rust to v1.89.0 Update dependency rust to v1.90.0 Sep 18, 2025
@renovate renovate Bot changed the title Update dependency rust to v1.90.0 Update dependency rust to v1.91.0 Oct 31, 2025
@renovate renovate Bot force-pushed the renovate/rust-1.x branch from fbffa78 to bf5d02c Compare October 31, 2025 01:49
@renovate renovate Bot force-pushed the renovate/rust-1.x branch from bf5d02c to 68d38e7 Compare November 11, 2025 03:56
@renovate renovate Bot changed the title Update dependency rust to v1.91.0 Update dependency rust to v1.91.1 Nov 11, 2025
@renovate renovate Bot force-pushed the renovate/rust-1.x branch from 68d38e7 to df4ba6d Compare December 11, 2025 16:41
@renovate renovate Bot changed the title Update dependency rust to v1.91.1 Update dependency rust to v1.92.0 Dec 11, 2025
@renovate renovate Bot force-pushed the renovate/rust-1.x branch from df4ba6d to 33498cf Compare January 22, 2026 18:02
@renovate renovate Bot changed the title Update dependency rust to v1.92.0 Update dependency rust to v1.93.0 Jan 22, 2026
@renovate renovate Bot force-pushed the renovate/rust-1.x branch from 33498cf to 529b8ec Compare February 12, 2026 21:04
@renovate renovate Bot changed the title Update dependency rust to v1.93.0 Update dependency rust to v1.93.1 Feb 12, 2026
@renovate renovate Bot force-pushed the renovate/rust-1.x branch from 529b8ec to 231e600 Compare March 5, 2026 19:14
@renovate renovate Bot changed the title Update dependency rust to v1.93.1 Update dependency rust to v1.94.0 Mar 5, 2026
@renovate renovate Bot force-pushed the renovate/rust-1.x branch from 231e600 to ed316bc Compare March 26, 2026 13:23
@renovate renovate Bot changed the title Update dependency rust to v1.94.0 Update dependency rust to v1.94.1 Mar 26, 2026
@renovate renovate Bot force-pushed the renovate/rust-1.x branch from ed316bc to c99fa2d Compare April 16, 2026 23:38
@renovate renovate Bot changed the title Update dependency rust to v1.94.1 Update dependency rust to v1.95.0 Apr 16, 2026
@renovate renovate Bot changed the title Update dependency rust to v1.95.0 Update Rust to v1.95.0 May 23, 2026
@renovate renovate Bot force-pushed the renovate/rust-1.x branch from c99fa2d to 23ea000 Compare May 29, 2026 01:29
@renovate renovate Bot changed the title Update Rust to v1.95.0 Update dependency rust to v1.96.0 May 29, 2026
@renovate renovate Bot changed the title Update dependency rust to v1.96.0 Update Rust to v1.96.0 May 31, 2026
@renovate renovate Bot changed the title Update Rust to v1.96.0 Update dependency rust to v1.96.0 Jun 1, 2026
@renovate renovate Bot changed the title Update dependency rust to v1.96.0 Update Rust to v1.96.0 Jun 2, 2026
@renovate renovate Bot changed the title Update Rust to v1.96.0 Update dependency rust to v1.96.0 Jun 11, 2026
@renovate renovate Bot changed the title Update dependency rust to v1.96.0 Update Rust to v1.96.0 Jun 12, 2026
@renovate renovate Bot changed the title Update Rust to v1.96.0 Update dependency rust to v1.96.0 Jun 18, 2026
@renovate renovate Bot changed the title Update dependency rust to v1.96.0 Update Rust to v1.96.0 Jun 18, 2026
@renovate renovate Bot changed the title Update Rust to v1.96.0 Update dependency rust to v1.96.0 Jul 3, 2026
@renovate renovate Bot force-pushed the renovate/rust-1.x branch from 23ea000 to 0bc3caa Compare July 6, 2026 01:46
@renovate renovate Bot changed the title Update dependency rust to v1.96.0 Update Rust to v1.96.1 Jul 6, 2026
@renovate renovate Bot force-pushed the renovate/rust-1.x branch from 0bc3caa to 64a2178 Compare July 9, 2026 13:00
@renovate renovate Bot changed the title Update Rust to v1.96.1 Update dependency rust to v1.97.0 Jul 9, 2026
@renovate renovate Bot changed the title Update dependency rust to v1.97.0 Update Rust to v1.97.0 Jul 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants