Skip to content

Commit

Permalink
update release to 0.23.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bluejekyll committed May 12, 2023
1 parent c41d280 commit 86667d7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Expand Up @@ -16,7 +16,7 @@ members = [
exclude = ["fuzz"]

[workspace.package]
version = "0.23.0-alpha.1"
version = "0.23.0-alpha.2"
authors = ["The contributors to Trust-DNS"]
edition = "2021"
rust-version = "1.64.0"
Expand All @@ -29,11 +29,11 @@ license = "MIT/Apache-2.0"

[workspace.dependencies]
# trustdns
trust-dns-client = { version = "0.23.0-alpha.1", path = "crates/client", default-features = false }
trust-dns-recursor = { version = "0.23.0-alpha.1", path = "crates/recursor", default-features = false }
trust-dns-resolver = { version = "0.23.0-alpha.1", path = "crates/resolver", default-features = false }
trust-dns-server = { version = "0.23.0-alpha.1", path = "crates/server", default-features = false }
trust-dns-proto = { version = "0.23.0-alpha.1", path = "crates/proto", default-features = false }
trust-dns-client = { version = "0.23.0-alpha.2", path = "crates/client", default-features = false }
trust-dns-recursor = { version = "0.23.0-alpha.2", path = "crates/recursor", default-features = false }
trust-dns-resolver = { version = "0.23.0-alpha.2", path = "crates/resolver", default-features = false }
trust-dns-server = { version = "0.23.0-alpha.2", path = "crates/server", default-features = false }
trust-dns-proto = { version = "0.23.0-alpha.2", path = "crates/proto", default-features = false }


# logging
Expand Down

0 comments on commit 86667d7

Please sign in to comment.