diff --git a/Cargo.lock b/Cargo.lock index fe68c9c29..0e9edfd19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5192,7 +5192,7 @@ dependencies = [ [[package]] name = "qsv" -version = "2.0.0" +version = "2.1.0" dependencies = [ "actix-governor", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 5b5dd28b4..49e4ff79b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qsv" -version = "2.0.0" #:version +version = "2.1.0" #:version authors = ["Joel Natividad "] description = "A Blazing-Fast Data-wrangling toolkit." documentation = "https://github.com/dathere/qsv#qsv-ultra-fast-csv-data-wrangling-toolkit"