postcard-schema/v0.2.0
jamesmunns
released this
27 Nov 18:10
·
28 commits
to main
since this release
What's Changed
- Fix typo by @rockboynton in #177
- Merge in postcard dyn by @jamesmunns in #178
- 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
- @rockboynton made their first contribution in #177
- @max-heller made their first contribution in #185
- @Spartan2909 made their first contribution in #190
Full Changelog: postcard-schema/v0.1.0...postcard-schema/v0.2.0