fix(deps): update rust crate zerocopy to 0.8.0 #15
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.13
Compare Source
What's Changed
Self
hygiene by @jswrenn in https://github.com/google/zerocopy/pull/2127Full Changelog: google/zerocopy@v0.8.12...v0.8.13
v0.8.12
Compare Source
What's Changed
Full Changelog: google/zerocopy@v0.8.11...v0.8.12
v0.8.11
Compare Source
What's Changed
libc
version to 0.2.163 by @jswrenn in https://github.com/google/zerocopy/pull/2085MaybeUninit
wrapper type by @jswrenn in https://github.com/google/zerocopy/pull/2055Full Changelog: google/zerocopy@v0.8.10...v0.8.11
v0.8.10
Compare Source
What's Changed
FromBytes::read_from_io
andIntoBytes::write_to_io
by @jswrenn in https://github.com/google/zerocopy/pull/2016New Contributors
Full Changelog: google/zerocopy@v0.8.9...v0.8.10
v0.8.9
Compare Source
What's Changed
map_src
argument bound toFnOnce
by @jswrenn in https://github.com/google/zerocopy/pull/2012Full Changelog: google/zerocopy@v0.8.8...v0.8.9
v0.8.8
Compare Source
What's Changed
New Contributors
Full Changelog: google/zerocopy@v0.8.7...v0.8.8
v0.8.7
Compare Source
What's Changed
Full Changelog: google/zerocopy@v0.8.6...v0.8.7
v0.8.6
Compare Source
What's Changed
FromBytes::(mut_)slice_from
items by @jswrenn in https://github.com/google/zerocopy/pull/1923Full Changelog: google/zerocopy@v0.8.5...v0.8.6
v0.8.5
Compare Source
What's Changed
Hash
forByteOrder
types by @jswrenn in https://github.com/google/zerocopy/pull/1872New Contributors
Full Changelog: google/zerocopy@v0.8.4...v0.8.5
v0.8.4
Compare Source
What's Changed
err.to_string()
to address lifetime issues by @jswrenn in https://github.com/google/zerocopy/pull/1864Full Changelog: google/zerocopy@v0.8.3...v0.8.4
v0.8.3
Compare Source
What's Changed
pointer_to_metadata
preconditions by @jswrenn in https://github.com/google/zerocopy/pull/1826New Contributors
Full Changelog: google/zerocopy@v0.8.2...v0.8.3
v0.8.2
Compare Source
What's Changed
New Contributors
Full Changelog: google/zerocopy@v0.8.1...v0.8.2
v0.8.1
Compare Source
What's Changed
Full Changelog: google/zerocopy@v0.8.0...v0.8.1
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/AddKnownLayout
, removeSized
from some APIs google/zerocopy#967](https://rediConfiguration
📅 Schedule: 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 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.