summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPierre-Henri Symoneaux <pierre-henri.symoneaux@nokia.com>2016-04-22 14:27:32 +0200
committerPierre-Henri Symoneaux <pierre-henri.symoneaux@nokia.com>2016-04-22 14:27:32 +0200
commitbeb1207e20818d5ba9be342e8d401e33e8740f57 (patch)
treebeb5f6e9c7e4880a453996a27e8fdde86d851285 /Cargo.toml
parente236702ee7df575618b7ea62d90e200b892bdb63 (diff)
Bumped versionof lazy_static to 0.2. Updated crate version to 0.6.2 before release
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 2ed6aba..8a7ced9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "prettytable-rs"
-version = "0.6.1"
+version = "0.6.2"
description = "A library for printing pretty formatted tables in terminal"
homepage = "https://github.com/phsym/prettytable-rs"
repository = "https://github.com/phsym/prettytable-rs"
@@ -21,5 +21,5 @@ name = "prettytable"
[dependencies]
unicode-width = "^0.1"
term = "^0.4"
-lazy_static = "^0.1"
+lazy_static = "^0.2"
atty = "^0.1"