bump trust-dns-versions to 0.20.0-alpha.1

This commit is contained in:
Benjamin Fry
2020-08-16 14:56:22 -07:00
parent 617bcf7178
commit b57b2343f0
14 changed files with 307 additions and 215 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "async-std-resolver"
version = "0.20.0"
version = "0.20.0-alpha.1"
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", path = "../resolver", default-features = false }
trust-dns-resolver = { version = "0.20.0-alpha.1", path = "../resolver", default-features = false }
[dev-dependencies]
async-std = { version = "1.0", features = ["attributes"] }
trust-dns-resolver = { version = "0.20.0", path = "../resolver", default-features = false, features = ["testing"] }
trust-dns-resolver = { version = "0.20.0-alpha.1", path = "../resolver", default-features = false, features = ["testing"] }