diff --git a/Cargo.lock b/Cargo.lock index 8fceb66af..6b3a5f3b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5154,7 +5154,7 @@ dependencies = [ [[package]] name = "qsv" -version = "0.131.1" +version = "0.132.0" dependencies = [ "actix-governor", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 23f835746..631fe0dd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qsv" -version = "0.131.1" #:version +version = "0.132.0" #: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"