prepare 0.21.0.alpha.4

This commit is contained in:
Benjamin Fry
2021-10-13 15:16:25 -07:00
parent f9afed813c
commit 63fdb84333
15 changed files with 51 additions and 50 deletions

View File

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