diff --git a/Cargo.lock b/Cargo.lock index 684df70..06cbffb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "batch_resolve_cli" -version = "0.3.0" +version = "0.3.1" 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 142f491..0822729 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.3.0" +version = "0.3.1" authors = ["Mike Lubinets "] homepage = "http://github.com/mersinvald/batch_resolve" repository = "http://github.com/mersinvald/batch_resolve"