chore(deps): update msrv to v1.73 #23
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.72->1.731.76(+2)Release Notes
rust-lang/rust (rust)
v1.73Compare Source
==========================
Language
clippy::fn_null_checklint asuseless_ptr_null_checks.noop_method_callwarn by default.tryandasyncin macros.unconditional_recursionlint detect recursive drops.invalid_reference_castinglint is now deny-by-default (instead of allow-by-default)Compiler
.commentsection like GCC/Clang.extern "thiscall"and"thiscall-unwind"ABIs.aarch64-unknown-teeoscsky-unknown-linux-gnuabiv2riscv64-linux-androidriscv64gc-unknown-hermitx86_64-unikraft-linux-muslx86_64-unknown-linux-ohoswasm32-wasi-preview1-threadsas a tier 2 target.Refer to Rust's [platform support page][platform-support-doc]
for more information on Rust's tiered platform support.
Libraries
Read,WriteandSeekimpls forArc<File>.io::Sinkintoio::Empty.RefUnwindSafeforBacktraceExitStatusimplementDefaultimpl SliceIndex<str> for (Bound<usize>, Bound<usize>)assert_eq!&assert_ne!panic messages.statstruct definitions.Stabilized APIs
{integer}::div_ceil{integer}::next_multiple_of{integer}::checked_next_multiple_ofstd::ffi::FromBytesUntilNulErrorstd::os::unix::fs::chownstd::os::unix::fs::fchownstd::os::unix::fs::lchownLocalKey::<Cell<T>>::getLocalKey::<Cell<T>>::setLocalKey::<Cell<T>>::takeLocalKey::<Cell<T>>::replaceLocalKey::<RefCell<T>>::with_borrowLocalKey::<RefCell<T>>::with_borrow_mutLocalKey::<RefCell<T>>::setLocalKey::<RefCell<T>>::takeLocalKey::<RefCell<T>>::replaceThese APIs are now stable in const contexts:
rc::Weak::newsync::Weak::newNonNull::as_refCargo
cargo::in custom build script.Misc
Compatibility Notes
impl Trait.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.
rustc_apfloatwith the new version of the crate.internal_featureslint for internal unstable features.Configuration
📅 Schedule: Branch creation - "* * * * *" (UTC), 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 this update again.
This PR has been generated by Mend Renovate. View repository job log here.