From d1fe79738d4948d3167f8f3331d4eed4b67c4a10 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 7 Mar 2021 08:42:13 -0500 Subject: [PATCH] 1.1.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6c2eb95..628e8cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "csv" -version = "1.1.5" #:version +version = "1.1.6" #:version authors = ["Andrew Gallant "] description = "Fast CSV parsing with support for serde." documentation = "http://burntsushi.net/rustdoc/csv/"