summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2016-01-20 11:24:29 +0100
committerpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2016-01-20 11:50:11 +0100
commitb770f25eb61404c79e260ac951708369692b271c (patch)
tree7c361a58db6fa766e1ac86f9d1e73a8ba0e4a348 /Cargo.toml
parentbb88b9ebe5fa219768d3a4f5e876136e83eca434 (diff)
Updated version to v0.6.0 in cargo.toml and readme
Removed .project file from eclipse IDE
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 28c4727..0230746 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "prettytable-rs"
-version = "0.5.2"
+version = "0.6.0"
description = "A library for printing pretty formatted tables in terminal"
homepage = "https://github.com/phsym/prettytable-rs"
repository = "https://github.com/phsym/prettytable-rs"