summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPierre-Henri Symoneaux <pierre.henri.symoneaux@gmail.com>2018-08-09 17:46:45 +0200
committerPierre-Henri Symoneaux <pierre.henri.symoneaux@gmail.com>2018-08-09 17:46:45 +0200
commitf5c68050088c717ecfbee7570c1c9a2106acecaf (patch)
tree924fb95a4c24c702f9e696941404b81b917187b6 /Cargo.toml
parent8a40e2a82e751e60fdd2782bf2776db0e753b587 (diff)
Removed rust 1.18 and 1.19 from supported and tested list
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 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 }