From 8bb98d6d1bb8effff4f91a6070c9d6d618d5f3c0 Mon Sep 17 00:00:00 2001 From: Olle Sandberg Date: Thu, 7 May 2020 22:00:52 +0200 Subject: [PATCH] Prepare for v0.6.4 release --- Cargo.lock | 6 +++--- Cargo.toml | 4 ++-- bitar/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 74808ad..d634997 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -77,11 +77,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "bita" -version = "0.6.3" +version = "0.6.4" dependencies = [ "async-trait 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", - "bitar 0.6.3", + "bitar 0.6.4", "blake2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -96,7 +96,7 @@ dependencies = [ [[package]] name = "bitar" -version = "0.6.3" +version = "0.6.4" dependencies = [ "async-stream 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "async-trait 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index b278258..20a0e76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bita" -version = "0.6.3" +version = "0.6.4" authors = ["Olle Sandberg "] license = "MIT" edition = '2018' @@ -24,7 +24,7 @@ fern = "0.6.0" chrono = "0.4.11" futures-util = "0.3.4" tokio = { version = "0.2.20", features = ["fs", "io-std", "sync", "io-util", "macros", "time", "rt-threaded"] } -bitar = { version = "0.6.3", path = "bitar" } +bitar = { version = "0.6.4", path = "bitar" } url = "2.1.1" num_cpus = "1.13.0" async-trait = "0.1.30" diff --git a/bitar/Cargo.toml b/bitar/Cargo.toml index 753f600..f1004e0 100644 --- a/bitar/Cargo.toml +++ b/bitar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitar" -version = "0.6.3" +version = "0.6.4" authors = ["Olle Sandberg "] license = "MIT" edition = '2018'