From 251184e899a7d3b6137b6b11742e590502211c23 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 5 Feb 2017 05:47:34 -0800 Subject: [PATCH] Release 0.3.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 38e0b9d..7312236 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "itoa" -version = "0.3.0" +version = "0.3.1" authors = ["David Tolnay "] license = "MIT/Apache-2.0" description = "Fast functions for printing integer primitives to an io::Write"