Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hasan6979 committed Jan 23, 2025
1 parent 4825d39 commit 5b80910
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ members = [
exclude = ["fuzz"]

[workspace.package]
version = "0.24.0"
version = "0.24.1"
authors = ["The contributors to Hickory DNS"]
edition = "2021"
rust-version = "1.67.0"
Expand All @@ -30,7 +30,7 @@ license = "MIT OR Apache-2.0"
# hickory
hickory-client = { version = "0.24.0", path = "crates/client", default-features = false }
hickory-recursor = { version = "0.24.0", path = "crates/recursor", default-features = false }
hickory-resolver = { version = "0.24.0", path = "crates/resolver", default-features = false }
hickory-resolver = { version = "0.24.1", path = "crates/resolver", default-features = false }
hickory-server = { version = "0.24.0", path = "crates/server", default-features = false }
hickory-proto = { version = "0.24.0", path = "crates/proto", default-features = false }

Expand Down

0 comments on commit 5b80910

Please sign in to comment.