serde v1.0.118 Release Notes

Release Date: 2020-12-05 // over 3 years ago
    • ๐Ÿ‘Œ Support serialization of core::num::Wrapping in no_std mode (#1926, thanks @attente)

Previous changes from v1.0.117

    • ๐Ÿ‘ Allow serialization of std::net::SocketAddrV6 to include a scope id if present (based on rust-lang/rust#77426)