postcard-dyn/v0.2.0
jamesmunns
released this
27 Nov 18:09
·
18 commits
to main
since this release
What's Changed
- Feature gate some tests by @Manishearth in #184
- Upgrade postcard-derive's syn dependency to 2.0 by @max-heller in #185
- Add #[postcard(crate = ...)] attribute for derive(Schema) by @max-heller in #186
- Fix nalgebra schema by @max-heller in #188
- Switch schema name for [T] from "&[T]" to "[T]" by @max-heller in #187
- Make
IOReader
andEIOReader
constructors public by @Spartan2909 in #190
New Contributors
- @max-heller made their first contribution in #185
- @Spartan2909 made their first contribution in #190
Full Changelog: postcard-dyn/v0.1.0...postcard-dyn/v0.2.0