Skip to content

0.3.4

Compare
Choose a tag to compare
@dtolnay dtolnay released this 16 Sep 21:32
· 223 commits to master since this release
0.3.4
13d1f09
  • Add support for u128 and i128 behind a Cargo cfg (thanks @henninglive)

    [dependencies]
    itoa = { version = "0.3.4", features = ["i128"] }