From c128e4ff0a1ae0c54e3b08d9f372a716503f9883 Mon Sep 17 00:00:00 2001 From: Mike Lubinets Date: Wed, 22 Mar 2017 22:44:29 +0300 Subject: [PATCH] Version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fea1dad..23edea5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "batch_resolve_cli" -version = "0.1.2" +version = "0.1.3" dependencies = [ "clap 2.21.2 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 99e41fd..30c9963 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.1.2" +version = "0.1.3" authors = ["Mike Lubinets "] homepage = "http://github.com/mersinvald/batch_resolve" repository = "http://github.com/mersinvald/batch_resolve"