From f92e4df1f9894a63d0eadcd127fcf023aac5e72b Mon Sep 17 00:00:00 2001 From: Pierre-Henri Symoneaux Date: Thu, 9 Aug 2018 17:57:50 +0200 Subject: Reverted csv crate to v0.15 (committed by accident with 1.0.0) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v1.2.3