Releases: phsym/rust-sctp
Releases · phsym/rust-sctp
v0.0.6
What's Changed
- Update winapi requirement from ^0.2 to ^0.3 by @dependabot-preview in #6
- migrate to rust 1.64 network primitives by @ptitdoc in #13
- Migrate try!() macro to '?' operator. by @kishiguro in #9
- SCTP ppid can be specified in sendmsg() and send_to(). by @kishiguro in #10
- Upgrade to GitHub-native Dependabot by @dependabot-preview in #11
New Contributors
- @ptitdoc made their first contribution in #13
- @kishiguro made their first contribution in #9
Full Changelog: v0.0.5...v0.0.6
v0.0.5
v0.0.4
Fixes for rust 1.4
v0.0.3 Restricted libc to v0.1.* since v0.2.0 does not support window well yet