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 "]