From eca0fede3debebefe53a49571565db4f43826e01 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 12 Feb 2025 11:08:26 -0500 Subject: [PATCH] csv-core-0.1.12 --- csv-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csv-core/Cargo.toml b/csv-core/Cargo.toml index bf48f974..0bb12fb3 100644 --- a/csv-core/Cargo.toml +++ b/csv-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "csv-core" -version = "0.1.11" #:version +version = "0.1.12" #:version authors = ["Andrew Gallant "] description = "Bare bones CSV parsing with no_std support." documentation = "https://docs.rs/csv-core"