Skip to content

0.3.11

Choose a tag to compare

@dtolnay dtolnay released this 19 Jan 05:59
· 652 commits to master since this release
0.3.11
ca468d4
  • Fix escaping within byte strings; they need to be escaped like b"\xCF\x83" rather than b"\u{3c3}"