PAKEs
PAKEs copied to clipboard
build(deps): bump postcard from 1.0.8 to 1.0.10
Bumps postcard from 1.0.8 to 1.0.10.
Release notes
Sourced from postcard's releases.
v1.0.10
What's Changed
- Check that target supports atomic pointer operations before defining max size for Arc by
@sjudson
in jamesmunns/postcard#168New Contributors
@sjudson
made their first contribution in jamesmunns/postcard#168Full Changelog: https://github.com/jamesmunns/postcard/compare/v1.0.9...v1.0.10
v1.0.9
What's Changed
- #118 Add support for latest embedded-io by
@elast0ny
in jamesmunns/postcard#123- Update heapless by
@luqasz
in jamesmunns/postcard#115- Fix Vec pre-alloc panic by
@isikkema
in jamesmunns/postcard#136- Define MaxSize for Arc and Rc by
@carlsverre
in jamesmunns/postcard#137- Typo in
from_io
comment by@smoelius
in jamesmunns/postcard#139- Fix schema implementation for slice references by
@ia0
in jamesmunns/postcard#142- Fix #89:
#[derive(Schema)]
forStructVariant
s by@barafael
in jamesmunns/postcard#134- Drop unused const_format dependency by
@paolobarbolini
in jamesmunns/postcard#133- Remove unnecessary lifetimes of CRC digest by
@cdunster
in jamesmunns/postcard#129- Fix compilation with alloc and experimental-derive by
@ia0
in jamesmunns/postcard#145- Use well-known docsrs cfg for docs.rs by
@ia0
in jamesmunns/postcard#146- Add basic continuous integration script by
@ia0
in jamesmunns/postcard#148- Fix formatting by
@ia0
in jamesmunns/postcard#149- Fix clippy lints by
@ia0
in jamesmunns/postcard#150- Fix documentation lints by
@ia0
in jamesmunns/postcard#152- Relayout the repo by
@jamesmunns
in jamesmunns/postcard#151- revert 'Update heapless (#115)' by
@Manishearth
in jamesmunns/postcard#164- Somethings odd with the import path by
@jamesmunns
in jamesmunns/postcard#166New Contributors
@elast0ny
made their first contribution in jamesmunns/postcard#123@luqasz
made their first contribution in jamesmunns/postcard#115@isikkema
made their first contribution in jamesmunns/postcard#136@carlsverre
made their first contribution in jamesmunns/postcard#137@smoelius
made their first contribution in jamesmunns/postcard#139@ia0
made their first contribution in jamesmunns/postcard#142@barafael
made their first contribution in jamesmunns/postcard#134@paolobarbolini
made their first contribution in jamesmunns/postcard#133@cdunster
made their first contribution in jamesmunns/postcard#129@Manishearth
made their first contribution in jamesmunns/postcard#164Full Changelog: https://github.com/jamesmunns/postcard/compare/v1.0.8...v1.0.9
Commits
f878536
Prepare for v1.0.10 releasebb2be5b
Check that target supports atomic pointer operations before defining max size...1cb210f
Update derive depcacf3ce
Fix derive path96f8be9
Somethings odd with the import path (#166)60a524f
revert 'Update heapless (#115)' (#164)93d4ba2
Reorganize repository into a single source folder (#151)5fa649a
Fix documentation lints (#152)b7f67b0
Fix clippy lints (#150)4e1104d
Fix formatting (#149)- 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)