From 1f6716412b0d6543db98c68fc5280d019f8a2fdb Mon Sep 17 00:00:00 2001 From: pierresy Date: Fri, 19 Jun 2015 21:32:21 +0200 Subject: Added a small performance boost, valuable when printing really big tables --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index febad41..e112a35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "prettytable-rs" -version = "0.1.1" +version = "0.1.2" description = "A small rust library that print aligned and formatted tables" repository = "https://github.com/phsym/prettytable-rs" documentation = "http://phsym.github.io/prettytable-rs" @@ -15,4 +15,4 @@ license = "BSD-3-Clause" name = "main" [lib] -name = "prettytable" \ No newline at end of file +name = "prettytable" -- cgit v1.2.3