From 574ae1ff64693b42ae0ce153926d9a0a5d546936 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 31 May 2023 13:00:08 -0400 Subject: [PATCH] 1.2.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ca493d2..e47b77d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "csv" -version = "1.2.1" #:version +version = "1.2.2" #:version authors = ["Andrew Gallant "] description = "Fast CSV parsing with support for serde." documentation = "https://docs.rs/csv"