Skip to content

v1.0.210

Latest
Compare
Choose a tag to compare
@dtolnay dtolnay released this 06 Sep 18:20
· 4 commits to master since this release
v1.0.210
89c4b02
  • Support serializing and deserializing IpAddr and SocketAddr in no-std mode on Rust 1.77+ (#2816, thanks @MathiasKoch)
  • Make serde::ser::StdError and serde::de::StdError equivalent to core::error::Error on Rust 1.81+ (#2818)