msgpack-rust v0.8.1 Release Notes

Release Date: 2015-10-03 // over 8 years ago
  • ๐Ÿ”„ Changed

    • Upper limit for serde version.

    ๐Ÿ›  Fixed

    • ๐Ÿ‘‰ Use the most effective int encoding
      Even if the value is explicitly marked as i64 it must be encoded using
      the most effective bytes representation despite of signed it or
      unsigned.