Skip to content

Commit

Permalink
prepare 0.23.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bluejekyll committed Aug 22, 2023
1 parent a46b1f1 commit a0523a5
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 @@ -15,7 +15,7 @@ members = [
exclude = ["fuzz"]

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

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


# logging
Expand Down

0 comments on commit a0523a5

Please sign in to comment.