Prepare 0.20.3 with Windows build fix

This commit is contained in:
Benjamin Fry
2021-05-15 11:57:43 -07:00
parent 99c1f03f4a
commit 65846ee1c7
15 changed files with 57 additions and 51 deletions

View File

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