diff --git a/Cargo.lock b/Cargo.lock index 8fc77f6c5..fd52bd7d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3631,7 +3631,7 @@ dependencies = [ [[package]] name = "qsv" -version = "0.103.0" +version = "0.103.1" dependencies = [ "actix-governor", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 6e9457590..28b2e8f06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qsv" -version = "0.103.0" #:version +version = "0.103.1" #:version authors = ["Joel Natividad "] description = "A high performance CSV data-wrangling toolkit." documentation = "https://github.com/jqnatividad/qsv#qsv-ultra-fast-csv-data-wrangling-toolkit"