Skip to content

Update dependency rust to v1.94.0#35

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

Update dependency rust to v1.94.0#35
renovate[bot] wants to merge 1 commit intomainfrom
renovate/rust-1.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
rust minor 1.84.01.94.0

Release Notes

rust-lang/rust (rust)

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

These previously stable APIs are now stable in const contexts:

Cargo

  • 🎉 Stabilize build.build-dir.
    This config sets the directory where intermediate build artifacts are stored.
    These artifacts are produced by Cargo and rustc during the build process.
    End users usually won't need to interact with them, and the layout inside
    build-dir is an implementation detail that may change without notice.
    (config doc)
    (build cache doc)
    #​15833
    #​15840
  • The --target flag and the build.target configuration can now take literal
    "host-tuple" string, which will internally be substituted by the host
    machine's target triple.
    #​15838
    #​16003
    #​16032

Rustdoc

Compatibility Notes

Cargo compatibility notes:

  • cargo publish no longer keeps .crate tarballs as final build artifacts
    when build.build-dir is set. These tarballs were previously included due to
    an oversight and are now treated as intermediate artifacts.
    To get .crate tarballs as final artifacts, use cargo package.
    In a future version, this change will apply regardless of build.build-dir.
    #​15910
  • Adjust Cargo messages to match rustc diagnostic style.
    This changes some of the terminal colors used by Cargo messages.
    #​15928
  • Tools and projects relying on the
    internal details of Cargo's build-dir
    may not work for users changing their build-dir layout.
    For those doing so, we'd recommend proactively testing these cases
    particularly as we are considering changing the default location of the build-dir in the future
    (cargo#16147).
    If you can't migrate off of Cargo's internal details,
    we'd like to learn more about your use case as we prepare to change the layout of the build-dir
    (cargo#15010).

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.90.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:

Cargo

Rustdoc

Compatibility Notes

v1.89.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


Configuration

📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update 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 force-pushed the renovate/rust-1.x branch 2 times, most recently from a73b4ae to e65ed65 Compare June 15, 2023 18:03
@renovate renovate bot changed the title chore(deps): update rust to v1.70.0 chore(deps): update rust to v1.71.0 Jul 13, 2023
@renovate renovate bot force-pushed the renovate/rust-1.x branch from e65ed65 to 2dd75dd Compare July 13, 2023 16:52
@renovate renovate bot changed the title chore(deps): update rust to v1.71.0 chore(deps): update rust to v1.72.0 Aug 24, 2023
@renovate renovate bot force-pushed the renovate/rust-1.x branch from 2dd75dd to 8a06cdf Compare August 24, 2023 14:49
@renovate renovate bot changed the title chore(deps): update rust to v1.72.0 chore(deps): update dependency rust to v1.72.0 Aug 28, 2023
@renovate renovate bot changed the title chore(deps): update dependency rust to v1.72.0 chore(deps): update rust to v1.72.0 Aug 28, 2023
@renovate renovate bot changed the title chore(deps): update rust to v1.72.0 chore(deps): update rust to v1.72.1 Sep 20, 2023
@renovate renovate bot force-pushed the renovate/rust-1.x branch from 8a06cdf to a95f33d Compare September 20, 2023 12:43
@renovate renovate bot changed the title chore(deps): update rust to v1.72.1 chore(deps): update rust to v1.73.0 Oct 6, 2023
@renovate renovate bot force-pushed the renovate/rust-1.x branch from a95f33d to b9dac93 Compare October 6, 2023 03:24
@renovate renovate bot force-pushed the renovate/rust-1.x branch from b9dac93 to 1066bd7 Compare November 16, 2023 04:25
@renovate renovate bot changed the title chore(deps): update rust to v1.73.0 chore(deps): update rust to v1.74.0 Nov 17, 2023
@renovate renovate bot force-pushed the renovate/rust-1.x branch from 1066bd7 to d308678 Compare November 17, 2023 06:26
@renovate renovate bot force-pushed the renovate/rust-1.x branch from d308678 to f22a667 Compare December 19, 2023 07:06
@renovate renovate bot changed the title chore(deps): update rust to v1.74.0 chore(deps): update rust to v1.74.1 Dec 19, 2023
@renovate renovate bot force-pushed the renovate/rust-1.x branch from f22a667 to 2ed2051 Compare December 29, 2023 04:02
@renovate renovate bot changed the title chore(deps): update rust to v1.74.1 chore(deps): update rust to v1.75.0 Dec 29, 2023
@renovate renovate bot force-pushed the renovate/rust-1.x branch from 2ed2051 to c1a56c9 Compare February 9, 2024 06:48
@renovate renovate bot changed the title chore(deps): update rust to v1.75.0 chore(deps): update rust to v1.76.0 Feb 9, 2024
@renovate renovate bot force-pushed the renovate/rust-1.x branch from c1a56c9 to b992a55 Compare March 22, 2024 04:19
@renovate renovate bot changed the title chore(deps): update rust to v1.76.0 chore(deps): update rust to v1.77.0 Mar 22, 2024
@renovate renovate bot force-pushed the renovate/rust-1.x branch from b992a55 to 9611120 Compare March 30, 2024 04:33
@renovate renovate bot changed the title chore(deps): update rust to v1.77.0 chore(deps): update rust to v1.77.1 Mar 30, 2024
@renovate renovate bot force-pushed the renovate/rust-1.x branch from 9611120 to ae9f200 Compare April 10, 2024 03:55
@renovate renovate bot changed the title chore(deps): update rust to v1.77.1 chore(deps): update rust to v1.77.2 Apr 10, 2024
@renovate renovate bot force-pushed the renovate/rust-1.x branch from ae9f200 to dc8502d Compare April 12, 2024 03:29
@renovate renovate bot changed the title chore(deps): update rust to v1.77.2 Update Rust to v1.77.2 Apr 27, 2024
@renovate renovate bot force-pushed the renovate/rust-1.x branch from dc8502d to 18d2817 Compare May 3, 2024 03:52
@renovate renovate bot changed the title Update dependency rust to v1.81.0 Update dependency rust to v1.82.0 Oct 18, 2024
@renovate renovate bot force-pushed the renovate/rust-1.x branch from 3940e05 to ad963f4 Compare November 29, 2024 05:00
@renovate renovate bot changed the title Update dependency rust to v1.82.0 Update dependency rust to v1.83.0 Nov 29, 2024
@renovate renovate bot force-pushed the renovate/rust-1.x branch from ad963f4 to 39a7028 Compare January 10, 2025 06:38
@renovate renovate bot changed the title Update dependency rust to v1.83.0 Update dependency rust to v1.84.0 Jan 10, 2025
@renovate renovate bot changed the title Update dependency rust to v1.84.0 Update dependency rust to v1.84.0 - autoclosed Jan 29, 2025
@renovate renovate bot closed this Jan 29, 2025
@renovate renovate bot deleted the renovate/rust-1.x branch January 29, 2025 15:12
@renovate renovate bot changed the title Update dependency rust to v1.84.0 - autoclosed Update dependency rust to v1.84.0 Jan 31, 2025
@renovate renovate bot reopened this Jan 31, 2025
@renovate renovate bot force-pushed the renovate/rust-1.x branch from 3d9f7a0 to 39a7028 Compare January 31, 2025 05:42
@renovate renovate bot changed the title Update dependency rust to v1.84.0 Update dependency rust to v1.84.1 Jan 31, 2025
@renovate renovate bot force-pushed the renovate/rust-1.x branch from 39a7028 to 2d00c05 Compare January 31, 2025 09:21
@renovate renovate bot force-pushed the renovate/rust-1.x branch from 2d00c05 to adc02af Compare February 21, 2025 05:26
@renovate renovate bot changed the title Update dependency rust to v1.84.1 Update dependency rust to v1.85.0 Feb 21, 2025
@renovate renovate bot force-pushed the renovate/rust-1.x branch from adc02af to cd3e2ab Compare March 6, 2025 05:53
@renovate renovate bot force-pushed the renovate/rust-1.x branch from cd3e2ab to 00fcfbd Compare March 23, 2025 06:06
@renovate renovate bot changed the title Update dependency rust to v1.85.0 Update dependency rust to v1.85.1 Mar 23, 2025
@renovate renovate bot changed the title Update dependency rust to v1.85.1 Update dependency rust to v1.86.0 Apr 3, 2025
@renovate renovate bot force-pushed the renovate/rust-1.x branch from 00fcfbd to 5797846 Compare April 3, 2025 12:09
@renovate renovate bot force-pushed the renovate/rust-1.x branch from 5797846 to e5d5736 Compare May 16, 2025 05:50
@renovate renovate bot changed the title Update dependency rust to v1.86.0 Update dependency rust to v1.87.0 May 16, 2025
@renovate renovate bot force-pushed the renovate/rust-1.x branch from e5d5736 to ffcdfb6 Compare June 27, 2025 03:38
@renovate renovate bot changed the title Update dependency rust to v1.87.0 Update dependency rust to v1.88.0 Jun 27, 2025
@renovate renovate bot force-pushed the renovate/rust-1.x branch from ffcdfb6 to 10f2a1e Compare August 7, 2025 12:57
@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 10f2a1e to 9dab494 Compare September 19, 2025 04:34
@renovate renovate bot changed the title Update dependency rust to v1.89.0 Update dependency rust to v1.90.0 Sep 19, 2025
@renovate renovate bot force-pushed the renovate/rust-1.x branch from 9dab494 to 7cb8691 Compare October 31, 2025 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants