diff --git a/Cargo.lock b/Cargo.lock index a4f53db..684df70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "batch_resolve_cli" -version = "0.2.0" +version = "0.3.0" dependencies = [ "clap 2.21.2 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index ea0fb34..142f491 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "batch_resolve_cli" description = "Fast asynchronous batch DNS resolver built on top of Tokio and TRust-DNS" -version = "0.2.0" +version = "0.3.0" authors = ["Mike Lubinets "] homepage = "http://github.com/mersinvald/batch_resolve" repository = "http://github.com/mersinvald/batch_resolve"