Skip to content

Commit

Permalink
Add missing required features to serve-zone example.
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 authored Nov 1, 2024
1 parent da4faef commit 7e2db41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ required-features = ["zonefile", "unstable-zonetree"]

[[example]]
name = "serve-zone"
required-features = ["zonefile", "net", "unstable-server-transport", "unstable-zonetree"]
required-features = ["zonefile", "net", "tokio-stream", "tracing-subscriber", "tsig", "unstable-client-transport", "unstable-server-transport", "unstable-zonetree"]

[[example]]
name = "ixfr-client"
Expand Down

0 comments on commit 7e2db41

Please sign in to comment.