From beb1207e20818d5ba9be342e8d401e33e8740f57 Mon Sep 17 00:00:00 2001 From: Pierre-Henri Symoneaux Date: Fri, 22 Apr 2016 14:27:32 +0200 Subject: Bumped versionof lazy_static to 0.2. Updated crate version to 0.6.2 before release --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3