From 11b02f46d0739bf004e896888922362566efc194 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Mon, 6 Mar 2023 13:25:26 -0500 Subject: [PATCH] 1.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0f60210..ca493d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "csv" -version = "1.2.0" #:version +version = "1.2.1" #:version authors = ["Andrew Gallant "] description = "Fast CSV parsing with support for serde." documentation = "https://docs.rs/csv"