You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0.8.0
* API CHANGE: Switch to Serde for deserialization. Data structures being
deserialized to must implement the `Deserialize` trait. Pull request by
Wesley Moore. GitHub oschwald#5.
0.7.0
* API CHANGE: `lookup` takes an `IpAddr` again instead of a `SocketAddr`. We
previously switched to `SocketAddr` after `IpAddr` had been deprecated, but
it has since been re-added.