armistice
armistice copied to clipboard
build(deps): bump zerocopy from 0.3.0 to 0.3.2
Bumps zerocopy from 0.3.0 to 0.3.2.
Release notes
Sourced from zerocopy's releases.
derive-v0.3.2
What's Changed
- Fix tests crashing with miri due to misalignment. by
@yotamofekin google/zerocopy#14- Inline more small functions. by
@yotamofekin google/zerocopy#15- [ci.yml] Test simd-nightly feature by
@joshlfin google/zerocopy#24- [ci.yml] Fix formatting and check formatting in CI by
@joshlfin google/zerocopy#25- Standardize import style by
@joshlfin google/zerocopy#26- [ci.yml] Test zerocopy-derive in CI by
@joshlfin google/zerocopy#27- Fix alignment tests for targets with pointer width < 8 bytes by
@frazarin google/zerocopy#28- Remove deprecated test output files by
@SanchithHegdein google/zerocopy#37- Fix as_bytes() test for big endian targets by
@frazarin google/zerocopy#34- Refactor zeroing for loops with the [u8]::fill method by
@MSalah73in google/zerocopy#41- Re-enable test_new_error() for i686 target by
@frazarin google/zerocopy#42- [derive] Fix Clippy warnings by
@joshlfin google/zerocopy#48- Publish 0.7.0-alpha by
@joshlfin google/zerocopy#53- [derive] Publish 0.3.2 by
@joshlfin google/zerocopy#54New Contributors
@yotamofekmade their first contribution in google/zerocopy#14@SanchithHegdemade their first contribution in google/zerocopy#37@MSalah73made their first contribution in google/zerocopy#41Full Changelog: https://github.com/google/zerocopy/compare/derive-v0.3.0...derive-v0.3.2
v0.3.1
Full Changelog: https://github.com/google/zerocopy/compare/v0.3.0...v0.3.1
Commits
9ecde74[derive] Publish 0.3.2 (#54)23590a7Publish 0.7.0-alpha (#53)8ee90f9Fix Clippy warnings (#48)c5af8feRe-enable test_new_error() for i686 target (#42)6aea74eZero bytes using [u8]::fill (#41)49fc9ffFix as_bytes() test for big endian targets (#34)94676c6Remove deprecated test output files (#37)bb81901Fix test for targets with pointer width < 8 bytes (#28)2c3bf40[ci.yml] Test zerocopy-derive in CI, fix tests (#27)168e4bc[ci.yml] Don't run tests on push- 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) You can disable automated security fix PRs for this repo from the Security Alerts page.