if-addrs 0.13.3

Return interface IP addresses on Posix and windows systems
Documentation
# if-addrs - Change Log

## Unreleased
- Use Rust 1.56 stable and edition 2021

## [0.7.0]
- Fix support for Android 11
- Drop support for Android `<` 7

## [0.6.7]
- Add support for haiku

## [0.6.6]
- Add support for illumos

## [0.6.5]
- Drop `unwrap` dev dependency

## [0.6.4]
- Support Rust 1.40.0

## [0.6.3]
- Fix Android build with Rust 2018 edition

## [0.6.2]
- Fix Android build and add CI check

## [0.6.1]
- Fixed Windows build issue after `winapi 0.3` upgrade

## [0.6.0] - forked from get_if_addrs
- Rename to if-addrs
- Replace `gcc` crate with `cc` crate
- Upgrade `winapi` crate to 0.3

## [0.5.3]
- Update dependency version of get_if_addrs-sys to 0.1.1
- Update dependency version of c_linked_list to 1.1.1

## [0.5.2]
- Fix incorrect parsing of IPv6 addresses

## [0.5.1]
- Fixed nullptr deref in unsafe code
- Use Rust 1.24.0 stable / 2018-02-05 nightly
- Use Clippy 0.0.186

## [0.5.0]
- Use rust 1.22.1 stable / 2017-12-02 nightly
- rustfmt 0.9.0 and clippy-0.0.175

## [0.4.1]
- Fix build for android

## [0.4.0]
- Replaced ip::IpAddr with std::IpAddr
- Changed to support BSD
- Updated lints
- Documentation fixes

## [0.3.1]
- Fix build on ARM

## [0.3.0]
- Added a method on the interface object to get the ip addresses