Skip to content

chore(deps): update rust#252

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

chore(deps): update rust#252
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rust

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 13, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
ghcr.io/sksat/cargo-chef-docker stage minor 1.78.0-bullseye1.90.0-bullseye
rust (source, changelog) toolchain minor 1.78.01.95.0

Release Notes

rust-lang/rust (rust)

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

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

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

<

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • At any time (no schedule defined)
  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 requested a review from sksat (sksat) June 13, 2024 15:53
@renovate renovate Bot force-pushed the renovate/rust branch from 5427502 to e36feb1 Compare June 14, 2024 15:13
@renovate renovate Bot changed the title chore(deps): update dependency rust to v1.79.0 chore(deps): update rust to v1.79.0 Jun 14, 2024
@renovate renovate Bot force-pushed the renovate/rust branch from e36feb1 to 458f8f2 Compare July 5, 2024 00:52
@renovate renovate Bot changed the title chore(deps): update rust to v1.79.0 chore(deps): update rust Jul 25, 2024
@renovate renovate Bot force-pushed the renovate/rust branch from 458f8f2 to d24da9b Compare July 25, 2024 22:30
@renovate renovate Bot changed the title chore(deps): update rust chore(deps): update ghcr.io/sksat/cargo-chef-docker docker tag to v1.79.0 Aug 6, 2024
@renovate renovate Bot force-pushed the renovate/rust branch 2 times, most recently from 5a2e905 to f52edb3 Compare October 7, 2024 07:48
@renovate renovate Bot force-pushed the renovate/rust branch 11 times, most recently from a6b12da to f91b2fb Compare October 30, 2024 11:45
@renovate renovate Bot changed the title chore(deps): update ghcr.io/sksat/cargo-chef-docker docker tag to v1.79.0 chore(deps): update ghcr.io/sksat/cargo-chef-docker docker tag to v1.80.1 Nov 1, 2024
@renovate renovate Bot changed the title chore(deps): update ghcr.io/sksat/cargo-chef-docker docker tag to v1.80.1 chore(deps): update ghcr.io/sksat/cargo-chef-docker docker tag to v1.82.0 Nov 3, 2024
@renovate renovate Bot changed the title chore(deps): update ghcr.io/sksat/cargo-chef-docker docker tag to v1.82.0 chore(deps): update ghcr.io/sksat/cargo-chef-docker docker tag to v1.83.0 Dec 10, 2024
@renovate renovate Bot changed the title chore(deps): update ghcr.io/sksat/cargo-chef-docker docker tag to v1.83.0 chore(deps): update ghcr.io/sksat/cargo-chef-docker docker tag to v1.84.0 Jan 27, 2025
@renovate renovate Bot changed the title chore(deps): update ghcr.io/sksat/cargo-chef-docker docker tag to v1.84.0 chore(deps): update ghcr.io/sksat/cargo-chef-docker docker tag to v1.85.0 Feb 22, 2025
@renovate renovate Bot changed the title chore(deps): update ghcr.io/sksat/cargo-chef-docker docker tag to v1.85.0 chore(deps): update ghcr.io/sksat/cargo-chef-docker docker tag to v1.85.1 Mar 23, 2025
@renovate renovate Bot force-pushed the renovate/rust branch from 4e9f6ef to 0bd3fde Compare March 23, 2025 09:25
@renovate renovate Bot changed the title chore(deps): update ghcr.io/sksat/cargo-chef-docker docker tag to v1.85.1 chore(deps): update ghcr.io/sksat/cargo-chef-docker docker tag to v1.86.0 Apr 7, 2025
@renovate renovate Bot force-pushed the renovate/rust branch from 0bd3fde to 5890b88 Compare April 7, 2025 06:41
@renovate renovate Bot changed the title chore(deps): update ghcr.io/sksat/cargo-chef-docker docker tag to v1.86.0 chore(deps): update ghcr.io/sksat/cargo-chef-docker docker tag to v1.87.0 May 21, 2025
@renovate renovate Bot force-pushed the renovate/rust branch from 5890b88 to 42ffa8f Compare May 21, 2025 08:11
@renovate renovate Bot force-pushed the renovate/rust branch from 42ffa8f to bcc93e1 Compare June 27, 2025 06:37
@renovate renovate Bot changed the title chore(deps): update ghcr.io/sksat/cargo-chef-docker docker tag to v1.87.0 chore(deps): update ghcr.io/sksat/cargo-chef-docker docker tag to v1.88.0 Jun 27, 2025
@renovate renovate Bot changed the title chore(deps): update ghcr.io/sksat/cargo-chef-docker docker tag to v1.88.0 chore(deps): update ghcr.io/sksat/cargo-chef-docker docker tag to v1.90.0 Nov 19, 2025
@renovate renovate Bot force-pushed the renovate/rust branch from 6b3aa9b to 84d0645 Compare May 22, 2026 18:15
@renovate renovate Bot changed the title chore(deps): update ghcr.io/sksat/cargo-chef-docker docker tag to v1.90.0 chore(deps): update rust May 22, 2026
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.

1 participant