setup versions for 0.21.0-alpha.1

This commit is contained in:
Benjamin Fry
2021-05-15 14:51:07 -07:00
parent 65846ee1c7
commit 00f1bc0aeb
14 changed files with 52 additions and 52 deletions

View File

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