From 01cb34a686a66269490f8b95acf16d3504a35ad6 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 25 Jun 2016 15:10:42 -0700 Subject: [PATCH] Release 0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 48b8958..f869f3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "itoa" -version = "0.1.0" +version = "0.1.1" authors = ["David Tolnay "] license = "MIT/Apache-2.0" description = "Fast functions for printing integer primitives to an io::Write"