From 94366b5cd4a15d8813ca82bdf6c07c1f116f354f Mon Sep 17 00:00:00 2001 From: wyhaya Date: Mon, 2 Sep 2019 17:12:34 +0800 Subject: [PATCH] update version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cdcf7ea..53fbce3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -519,7 +519,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "updns" -version = "0.0.2" +version = "0.0.3" dependencies = [ "ace 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "async-std 0.99.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 9d8b9bb..981a945 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "updns" -version = "0.0.2" +version = "0.0.3" edition = "2018" authors = ["wyhaya "]