summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-06-19 21:32:21 +0200
committerpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-06-19 21:35:08 +0200
commit1f6716412b0d6543db98c68fc5280d019f8a2fdb (patch)
tree5dca7a747ff1185ffce3c43e36e6a845d638c3f7 /Cargo.toml
parentd1bfd8cf0c1db4a1d5d1dd8955496262b7e7d8ee (diff)
Added a small performance boost, valuable when printing really big
tables
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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"