splashsurf
splashsurf copied to clipboard
Bump bytemuck from 1.22.0 to 1.23.0
Bumps bytemuck from 1.22.0 to 1.23.0.
Changelog
Sourced from bytemuck's changelog.
bytemuckchangelog1.23
impl_core_errorcrate feature addscore::error::Errorimpl.- More
ZeroableInOptionimpls.1.22
- Add the
pod_saturatingfeature, which addsPodimpls forSaturating<T>whenTis alreadyPod.- A bump in the minimum
bytemuck_derivedependency from 1.4.0 to 1.4.1 to avoid a bug if you have a truly ancientcargo.lockfile sitting around.- Adds
SendandSyncimpls toBoxBytes.1.21
- Implement
PodandZeroableforcore::arch::{x86, x86_64}::__m512,__m512dand__m512iwithout nightly. Requires Rust 1.72, and is gated through theavx512_simdcargo feature.- Allow the use of
must_cast_mutandmust_cast_slice_mutin const contexts. Requires Rust 1.83, and is gated through themust_cast_extracargo feature.- internal: introduced the
maybe_const_fnmacro that allows defining some function to be const depending upon somecfgpredicate.1.20
- New functions to allocate zeroed
ArcandRc. Requires Rust 1.82TransparentWrapperimpls forcore::cmp::Reverseandcore::num::Saturating.- internal: Simplified the library's
fill_zeroescalls towrite_bytes1.19
- Adds the
#[track_caller]attribute to functions which may panic.1.18
- Adds the
latest_stable_rustcargo feature, which is a blanket feature that turns all other features on that are both sound and compatible with Stable rust.1.17.1
- Adds
#[repr(C)]to theunion Transmute<A, B>type that's used internally for most of the transmutations.1.17.0
- Makes the
must_castversions of the by-value and by-ref casts beconst. The mut ref cast is unaffected for now (mut references aren't yet stable inconst fn). This increases the MSRV of using that particular feature from 1.57 to 1.64.1.16.3
... (truncated)
Commits
028ff3bchore: Release bytemuck version 1.23.0343f34fchangelog90db360Impl core's Error trait on Rust 1.81+ (#311)ede9141Set rust version forbytemuck_deriveto 1.61 (#310)46d0910Extend #308 with-unwindsupport (#309)6751adcImpl ZeroablInOption for several function types. (#308)66569e6chore: Release bytemuck_derive version 1.9.25c301b1remove resolver from the Cargo.toml3053413update the .cargo/config.toml to use the "stable rust" feature.9b087bbchore: Release bytemuck_derive version 1.9.1- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)