diff --git a/Cargo.lock b/Cargo.lock index c348a4468..1766854dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5273,7 +5273,7 @@ dependencies = [ [[package]] name = "qsv" -version = "0.138.0" +version = "1.0.0" dependencies = [ "actix-governor", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index becdfd647..7d7db5d74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qsv" -version = "0.138.0" #:version +version = "1.0.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"