Release 0.1.1

This commit is contained in:
David Tolnay 2016-06-25 15:10:42 -07:00
parent 4369fc4dc7
commit 01cb34a686
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.0"
version = "0.1.1"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Fast functions for printing integer primitives to an io::Write"