Releases: OliLay/arp-toolkit-rust
Releases · OliLay/arp-toolkit-rust
v0.3.2
v0.3.1
What's Changed
- Improved error handling, no more unwraps in the
clientandinterfacescode. These now rather return errors. - Increased
pnetto version 0.33.0 by @eivindbergem in #6
New Contributors
- @eivindbergem made their first contribution in #6
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Replace &dyn Fn with impl Fn to make futures Sync by @2xsaiko in #1
- fix: fixed blocking / timeout violation if no ARP or RARP traffic by @andras-pinter in #4
New Contributors
- @2xsaiko made their first contribution in #1
- @andras-pinter made their first contribution in #4
Full Changelog: v0.2.0...v0.3.0
0.2.0
Changed namespace to arplib
v0.1.1 Merge branch 'master' of https://github.com/OliLay/rarp-rust
Initial release
v0.1.0 corrected readme path