prepare 0.21.0-alpha.3

This commit is contained in:
Benjamin Fry
2021-09-28 07:36:27 -07:00
parent 227105a797
commit 837f65057e
15 changed files with 53 additions and 50 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "async-std-resolver"
version = "0.21.0-alpha.2"
version = "0.21.0-alpha.3"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
edition = "2018"
@@ -69,8 +69,8 @@ async-trait = "0.1.42"
futures-io = { version = "0.3.5", default-features = false, features = ["std"] }
futures-util = { version = "0.3.5", default-features = false, features = ["std"] }
pin-utils = "0.1.0"
trust-dns-resolver = { version = "0.21.0-alpha.2", path = "../resolver", default-features = false }
trust-dns-resolver = { version = "0.21.0-alpha.3", path = "../resolver", default-features = false }
[dev-dependencies]
async-std = { version = "1.6", features = ["attributes"] }
trust-dns-resolver = { version = "0.21.0-alpha.2", path = "../resolver", default-features = false, features = ["testing"] }
trust-dns-resolver = { version = "0.21.0-alpha.3", path = "../resolver", default-features = false, features = ["testing"] }