Skip to content

Commit

Permalink
bump server and bin crates to 0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bluejekyll committed Jun 1, 2023
1 parent 9e6e772 commit 9f344b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions bin/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "trust-dns"
version = "0.22.0"
version = "0.22.1"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
edition = "2018"

Expand Down Expand Up @@ -89,7 +89,7 @@ tracing-subscriber = { version = "0.3", features = ["std", "fmt", "env-filter"]
tokio = { version = "1.0", features = ["time"] }
trust-dns-client = { version = "0.22.0", path = "../crates/client" }
trust-dns-proto = { version = "0.22.0", path = "../crates/proto" }
trust-dns-server = { version = "0.22.0", path = "../crates/server" }
trust-dns-server = { version = "0.22.1", path = "../crates/server" }

[dev-dependencies]
native-tls = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/server/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "trust-dns-server"
version = "0.22.0"
version = "0.22.1"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
edition = "2018"

Expand Down

0 comments on commit 9f344b5

Please sign in to comment.