- Use Rust 1.56 stable and edition 2021
- Fix support for Android 11
- Drop support for Android
<
7
- Add support for haiku
- Add support for illumos
- Drop
unwrap
dev dependency
- Support Rust 1.40.0
- Fix Android build with Rust 2018 edition
- Fix Android build and add CI check
- Fixed Windows build issue after
winapi 0.3
upgrade
- Rename to if-addrs
- Replace
gcc
crate withcc
crate - Upgrade
winapi
crate to 0.3
- Update dependency version of get_if_addrs-sys to 0.1.1
- Update dependency version of c_linked_list to 1.1.1
- Fix incorrect parsing of IPv6 addresses
- Fixed nullptr deref in unsafe code
- Use Rust 1.24.0 stable / 2018-02-05 nightly
- Use Clippy 0.0.186
- Use rust 1.22.1 stable / 2017-12-02 nightly
- rustfmt 0.9.0 and clippy-0.0.175
- Fix build for android
- Replaced ip::IpAddr with std::IpAddr
- Changed to support BSD
- Updated lints
- Documentation fixes
- Fix build on ARM
- Added a method on the interface object to get the ip addresses