From 6374614ef8240d110626409ae882339b8145282c Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Tue, 3 Oct 2023 09:16:06 -0400 Subject: [PATCH] 1.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cb0961b..c3f7482 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "csv" -version = "1.2.2" #:version +version = "1.3.0" #:version authors = ["Andrew Gallant "] description = "Fast CSV parsing with support for serde." documentation = "https://docs.rs/csv"