diff --git a/Cargo.toml b/Cargo.toml index 2a04957..8a24b9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "csv" -version = "1.3.0" #:version +version = "1.3.1" #:version authors = ["Andrew Gallant "] description = "Fast CSV parsing with support for serde." documentation = "https://docs.rs/csv"