Skip to content

v0.8.13

Compare
Choose a tag to compare
@dtolnay dtolnay released this 16 Oct 17:40
· 2822 commits to master since this release
v0.8.13
532b950
  • The empty array [T; 0] now supports deserializing from formats that handle fixed-sized arrays only (#582)
  • The empty array [T; 0] no longer requires T: Default in order to deserialize (#583)