From f5c68050088c717ecfbee7570c1c9a2106acecaf Mon Sep 17 00:00:00 2001 From: Pierre-Henri Symoneaux Date: Thu, 9 Aug 2018 17:46:45 +0200 Subject: Removed rust 1.18 and 1.19 from supported and tested list --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ac8754c..7697053 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "prettytable-rs" -version = "0.7.0" +version = "0.7.1" description = "A library for printing pretty formatted tables in terminal" homepage = "https://github.com/phsym/prettytable-rs" repository = "https://github.com/phsym/prettytable-rs" @@ -34,4 +34,4 @@ term = "^0.5" lazy_static = "1" atty = "^0.2" encode_unicode = "^0.3" -csv = { version = "^0.15", optional = true } +csv = { version = "1", optional = true } -- cgit v1.2.3