summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Henri Symoneaux <pierre-henri.symoneaux@nokia.com>2017-12-03 12:09:27 +0100
committerPierre-Henri Symoneaux <pierre-henri.symoneaux@nokia.com>2017-12-03 12:22:16 +0100
commit2534cd8cbf3b15183c82d621ec9b12ef2a382782 (patch)
tree0f4fba320b7c180ae3f0315035452bac6ffc76f6
parent33b193f07581c4790e1c1a64c89d7c034dfb01ca (diff)
Updated version to 0.6.8 for future release
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6f15f88..1158dd0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "prettytable-rs"
-version = "0.6.7"
+version = "0.6.8"
description = "A library for printing pretty formatted tables in terminal"
homepage = "https://github.com/phsym/prettytable-rs"
repository = "https://github.com/phsym/prettytable-rs"
@@ -23,6 +23,7 @@ win_crlf = []
[[bin]]
name = "main"
+path = "src/main.rs"
[lib]
name = "prettytable"