summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-08-12 22:46:28 +0200
committerpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-08-12 22:56:00 +0200
commite34ab9c806d63a3af955a74be1a9f1621bd154de (patch)
tree217a454ce1a2afb3c647ce29181d9bad04b2d827 /Cargo.toml
parent3434a1d07c23aef3ef368713d3a6d21523398818 (diff)
Updated crate version to 0.2.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 95f4ac4..0542c01 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "prettytable-rs"
-version = "0.1.3"
+version = "0.2.0"
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"