v0.11.10
What's Changed
- Implement core::error::Error for the host client error types by @kevswims in #104
define_dispatch: add docs for apptypeby @rursprung in #109- add
postcard&postcard-rpcre-exports for macros by @rursprung in #110 - add
udevrules example to docs by @rursprung in #116 - Fix incorrect trailing comma in book by @Eekle in #115
- add
impl Error for WireErrorby @rursprung in #112 - run CI also on Windows and MacOS by @rursprung in #123
- fix build warning about unused import on windows by @rursprung in #122
- Add basic debug impls that don't report much but allow for unwraps by @jamesmunns in #124
New Contributors
- @kevswims made their first contribution in #104
- @rursprung made their first contribution in #109
- @Eekle made their first contribution in #115
Full Changelog: v0.11.9...v0.11.10