From 036c43caf5048438ffff9d3a389963ad188571df Mon Sep 17 00:00:00 2001 From: Thomas Bahn Date: Sun, 11 Jan 2015 23:28:12 +0100 Subject: [PATCH] v0.2.3: Implement `fmt::String` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a768bd2..2af4499 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ascii" -version = "0.2.2" +version = "0.2.3" authors = ["Simon Sapin "] description = "`Ascii` type and related functionality, previously in `std::ascii`."