Skip to content

0.11.4

Compare
Choose a tag to compare
@dtolnay dtolnay released this 02 May 04:55
· 87 commits to master since this release
0.11.4
2a07ef7
  • Support bytes inside of Option, as in:

    #[serde(with = "serde_bytes")]
    opt_bytes: Option<&'a [u8]>,