From 2f859d9be1c86139c53e5d3f2d33aa86ad7847fb Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 15 Dec 2018 19:48:49 -0500 Subject: [PATCH] 1.0.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ba56805..eb5c079 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "csv" -version = "1.0.3" #:version +version = "1.0.4" #:version authors = ["Andrew Gallant "] description = "Fast CSV parsing with support for serde." documentation = "http://burntsushi.net/rustdoc/csv/"