chore(deps): update msrv to v1.69.0 #69
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.67.0
->1.69.0
1.72.0
(+2)Release Notes
rust-lang/rust (rust)
v1.69.0
Compare Source
==========================
Language
Copy
fields.cmpxchg16b
target feature on x86 and x86_64.Self: Autotrait
bounds on dyn-safe trait methods.str
as containing[u8]
for auto trait purposes.Compiler
*-pc-windows-gnu
on CI to mingw-w64 v10 and GCC 12.2.true
andfalse
as boolean flags in compiler arguments.repr(C)
enums toc_int
size.Libraries
DispatchFromDyn
for cell types, allowing downstream experimentation with custom method receivers.fmt::Arguments::as_str()
may returnSome(_)
in more cases after optimization, subject to change.AsFd
andAsRawFd
forRc
.Stabilized APIs
CStr::from_bytes_until_nul
core::ffi::FromBytesUntilNulError
These APIs are now stable in const contexts:
SocketAddr::new
SocketAddr::ip
SocketAddr::port
SocketAddr::is_ipv4
SocketAddr::is_ipv6
SocketAddrV4::new
SocketAddrV4::ip
SocketAddrV4::port
SocketAddrV6::new
SocketAddrV6::ip
SocketAddrV6::port
SocketAddrV6::flowinfo
SocketAddrV6::scope_id
Cargo
cargo fix
orcargo clippy --fix
when compilation warnings are auto-fixable.cargo add
if you try to install a library crate.CARGO_BIN_NAME
environment variable also for binary examples.Rustdoc
rustdoc::all
group.!
.Compatibility Notes
rust-analysis
component fromrustup
now only contains a warning placeholder. This was primarily intended for RLS, and the corresponding-Zsave-analysis
flag has been removed from the compiler as well.default-features
is set to false of a workspace dependency, and an inherited dependency of a member hasdefault-features = true
, Cargo will enable default features of that dependency.CARGO_HOME
in the[env]
configuration table. Cargo itself doesn't pick up this value, but recursive calls to cargo would, which was not intended.If
tools = [...]
is set in config.toml, we will respect a missing rustdoc in that list. Bydefault rustdoc remains included. To retain the prior behavior explicitly add
"rustdoc"
to thelist.
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.
format_args!()
into AST (and expand it during AST lowering)v1.68.2
Compare Source
===========================
The key was rotated by GitHub
on 2023-03-24 after the old one leaked.
This will prevent Cargo from accepting the leaked key even when trusted by
the system.
@revoked
and a better error message for@cert-authority
in Cargo's SSH host key verificationv1.68.1
Compare Source
===========================
This was introduced by enabling ThinLTO for the distributed rustc which led
to miscompilations in the resulting binary. Currently this is believed to be
limited to the -Zdylib-lto flag used for rustc compilation, rather than a
general bug in ThinLTO, so only rustc artifacts should be affected.
$prefix-clang
asclang
in linker detection codev1.68.0
Compare Source
==========================
Language
This allows usage of
alloc
on stable without requiring thedefinition of a handler for allocation failure. Defining custom handlers is still unstable.
efiapi
calling convention.Compiler
bindings_with_variant_name
to deny-by-defaultarmv7-sony-vita-newlibeabihf
as a tier 3 targetLibraries
std::task::Context
!Send and !SyncOnceWith
&RepeatWith
Vec -> VecDeque
conversion guaranteeStabilized APIs
{core,std}::pin::pin!
impl From<bool> for {f32,f64}
std::path::MAIN_SEPARATOR_STR
impl DerefMut for PathBuf
These APIs are now stable in const contexts:
VecDeque::new
Cargo
cargo build --verbose
tells you more about why it recompiles.net.git-fetch-with-cli
option enabledMisc
Compatibility Notes
SEMICOLON_IN_EXPRESSIONS_FROM_MACROS
to future-incompat report--target
by default for-Zgcc-ld=lld
on wasmIMPLIED_BOUNDS_ENTAILMENT
to Deny + ReportNowstd::task::Context
no longer implements Send and SyncInternal 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.
x86_64-pc-windows-msvc
x86_64-apple-darwin
v1.67.1
Compare Source
===========================
clippy::uninlined_format_args
to pedantic.Configuration
📅 Schedule: Branch creation - "before 5am on the first day of the month" (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.