update version for 0.20.0-alpha.2

This commit is contained in:
Benjamin Fry
2020-09-16 11:22:59 -07:00
parent 401e068a52
commit 4af665e089
14 changed files with 66 additions and 66 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "async-std-resolver"
version = "0.20.0-alpha.1"
version = "0.20.0-alpha.2"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
edition = "2018"
@@ -67,8 +67,8 @@ path = "src/lib.rs"
async-std = "1.0"
async-trait = "0.1.36"
futures = { version = "0.3.5", default-features = false, features = ["std"] }
trust-dns-resolver = { version = "0.20.0-alpha.1", path = "../resolver", default-features = false }
trust-dns-resolver = { version = "0.20.0-alpha.2", path = "../resolver", default-features = false }
[dev-dependencies]
async-std = { version = "1.0", features = ["attributes"] }
trust-dns-resolver = { version = "0.20.0-alpha.1", path = "../resolver", default-features = false, features = ["testing"] }
trust-dns-resolver = { version = "0.20.0-alpha.2", path = "../resolver", default-features = false, features = ["testing"] }