fix(deps): update rust crate zerocopy to 0.8.0 #100
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:
0.7.35
->0.8.0
Release Notes
google/zerocopy (zerocopy)
v0.8.0
Compare Source
Announcing zerocopy 0.8! See our release notes for more details.
What's Changed
Full changelog
Based on google/zerocopy@v0.7.35...v0.8.0:
NoCell
by @joshlf in https://github.com/google/zerocopy/pull/656NoCell
by @joshlf in https://github.com/google/zerocopy/pull/667FromZeroes
toFromZeros
by @jswrenn in https://github.com/google/zerocopy/pull/430derive(TryFromBytes)
for structs by @jswrenn in https://github.com/google/zerocopy/pull/665NoCell
permitUnsafeCell
s by @joshlf in https://github.com/google/zerocopy/pull/682AsBytes
toIntoBytes
by @joshlf in https://github.com/google/zerocopy/pull/700cargo-platform
for MSRV by @jswrenn in https://github.com/google/zerocopy/pull/757Ptr
and makeis_bit_valid
safe by @jswrenn in https://github.com/google/zerocopy/pull/699cargo doc
under--no-default-features
by @joshlf in https://github.com/google/zerocopy/pull/537derive(TryFromBytes)
onpacked
structs by @jswrenn in https://github.com/google/zerocopy/pull/794Ptr
invariant system by @jswrenn in https://github.com/google/zerocopy/pull/798TryFromBytes
for[T; N]
by @jswrenn in https://github.com/google/zerocopy/pull/799padding_needed_for
by @ezrosent in https://github.com/google/zerocopy/pull/830build.rs
by @joshlf in https://github.com/google/zerocopy/pull/843invariant::Initialized
and migrateMaybe
to it by @jswrenn in https://github.com/google/zerocopy/pull/853TryFromBytes
for pointers by @jswrenn in https://github.com/google/zerocopy/pull/854TryFromBytes
for more types by @joshlf in https://github.com/google/zerocopy/pull/817as_bytes_mut
toas_mut_bytes
by @dorryspears in https://github.com/google/zerocopy/pull/870require_self_sized
by @jswrenn in https://github.com/google/zerocopy/pull/883Ptr::forget_valid
by @jswrenn in https://github.com/google/zerocopy/pull/898TryFromBytes
] PermitUnsafeCells
by @jswrenn in https://github.com/google/zerocopy/pull/890<Unalign as TryFromBytes>::is_bit_valid
by @joshlf in https://github.com/google/zerocopy/pull/903cargo fix
when rolling toolchains by @joshlf in https://github.com/google/zerocopy/pull/943PartialOrd
andOrd
where possible by @00xc in https://github.com/google/zerocopy/pull/915IntoByteSlice
trait, use as bound forinto_ref
by @joshlf in https://github.com/google/zerocopy/pull/966KnownLayout
, removeSized
from some APIs by @joshlf in https://github.com/google/zerocopy/pull/967Ref
methods in favor ofKnownLayout
by @joshlf in https://github.com/google/zerocopy/pull/971--cfg
when rolling toolchain by @joshlf in https://github.com/google/zerocopy/pull/973TryFromBytes
by @jswrenn in https://github.com/google/zerocopy/pull/974NoCell
by @jswrenn in https://github.com/google/zerocopy/pull/977Unaligned
by @jswrenn in https://github.com/google/zerocopy/pull/984KnownLayout
by @jswrenn in https://github.com/google/zerocopy/pull/988#[must_use]
by @joshlf in https://github.com/google/zerocopy/pull/1003unsafe
code withPtr
by @joshlf in https://github.com/google/zerocopy/pull/1007TransparentWrapper
for atomic types by @joshlf in https://github.com/google/zerocopy/pull/1011transmute(_*)!
macros by @jswrenn in https://github.com/google/zerocopy/pull/1019TransparentWrapper
forUnsafeCell
by @joshlf in https://github.com/google/zerocopy/pull/1025transmute_ref
by @jswrenn in https://github.com/google/zerocopy/pull/1050transmute
,transmute_mut
by @jswrenn in https://github.com/google/zerocopy/pull/1058SplitByteSlice::split_at_unchecked
by @jswrenn in https://github.com/google/zerocopy/pull/1071TryFromBytes
methods to be consistent withFromBytes
by @jswrenn in https://github.com/google/zerocopy/pull/1119FromBytes
conversion methods by @jswrenn in https://github.com/google/zerocopy/pull/1059Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.