diff --git a/Cargo.lock b/Cargo.lock index 2d14554b2..d7a34880f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3951,7 +3951,7 @@ dependencies = [ [[package]] name = "qsv" -version = "0.117.0" +version = "0.118.0" dependencies = [ "actix-governor", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 6b23b94e0..ebef6c3b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qsv" -version = "0.117.0" #:version +version = "0.118.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"