From 97d22d53eb7c7144e18aa6f419f8ff8dacc5ba52 Mon Sep 17 00:00:00 2001 From: pierresy Date: Wed, 12 Aug 2015 13:53:07 +0200 Subject: Added customizable alignment Added customizable alignment for text in cells (left, center, right). Also with additional small improvements --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8fe27f9..95f4ac4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "prettytable-rs" -version = "0.1.2" +version = "0.1.3" 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" -- cgit v1.2.3