prepare 0.21.0-alpha.5

This commit is contained in:
Benjamin Fry
2022-02-07 22:39:01 -08:00
committed by Dirkjan Ochtman
parent aaf726e556
commit 3becddb54b
16 changed files with 64 additions and 51 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "async-std-resolver"
version = "0.21.0-alpha.4"
version = "0.21.0-alpha.5"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
edition = "2018"
@@ -69,9 +69,9 @@ async-trait = "0.1.43"
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.4", path = "../resolver", default-features = false }
trust-dns-resolver = { version = "0.21.0-alpha.5", path = "../resolver", default-features = false }
socket2 = "0.4.2"
[dev-dependencies]
async-std = { version = "1.6", features = ["attributes"] }
trust-dns-resolver = { version = "0.21.0-alpha.4", path = "../resolver", default-features = false, features = ["testing"] }
trust-dns-resolver = { version = "0.21.0-alpha.5", path = "../resolver", default-features = false, features = ["testing"] }