diff --git a/Cargo.lock b/Cargo.lock index 0c747040f..71023db92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5176,7 +5176,7 @@ dependencies = [ [[package]] name = "qsv" -version = "2.2.0" +version = "2.2.1" dependencies = [ "actix-governor", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index a4ed292d0..110f68825 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qsv" -version = "2.2.0" #:version +version = "2.2.1" #:version authors = ["Joel Natividad "] description = "A Blazing-Fast Data-wrangling toolkit." documentation = "https://github.com/dathere/qsv#qsv-ultra-fast-csv-data-wrangling-toolkit"