Release 0.2.0

This commit is contained in:
David Tolnay 2017-01-23 16:45:19 -08:00
parent 97dad04178
commit 8427ff610b
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "itoa"
version = "0.1.1"
version = "0.2.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Fast functions for printing integer primitives to an io::Write"