summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Henri Symoneaux <pierre.henri.symoneaux@gmail.com>2018-08-09 17:57:50 +0200
committerPierre-Henri Symoneaux <pierre.henri.symoneaux@gmail.com>2018-08-09 17:57:50 +0200
commitf92e4df1f9894a63d0eadcd127fcf023aac5e72b (patch)
treea08c095f91fc92238e506d49f406613755c4ba4c
parentf5c68050088c717ecfbee7570c1c9a2106acecaf (diff)
Reverted csv crate to v0.15 (committed by accident with 1.0.0)
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7697053..0af2394 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,4 +34,4 @@ term = "^0.5"
lazy_static = "1"
atty = "^0.2"
encode_unicode = "^0.3"
-csv = { version = "1", optional = true }
+csv = { version = "0.15", optional = true }