From 70c8600b29349f9ee0501577284d8300ae9c8055 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Fri, 14 Feb 2020 13:08:59 -0500 Subject: [PATCH] csv-core-0.1.10 --- 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 89958cf..110ee06 100644 --- a/csv-core/Cargo.toml +++ b/csv-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "csv-core" -version = "0.1.9" #:version +version = "0.1.10" #:version authors = ["Andrew Gallant "] description = "Bare bones CSV parsing with no_std support." documentation = "https://docs.rs/csv-core"