Skip to content

Commit

Permalink
fix: dns-over-h3 moved to full-extra, experimental feature
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Jun 8, 2024
1 parent 98013d7 commit f7c9bd5
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 @@ -79,7 +79,6 @@ full = [
"hickory-dns",
"dns-over-tls",
"dns-over-https",
"dns-over-h3",
"local",
"server",
"manager",
Expand All @@ -102,6 +101,7 @@ full = [
# Full features with extra (non-stable)
full-extra = [
"full",
"dns-over-h3",
"aead-cipher-extra",
"aead-cipher-2022-extra",
"security-replay-attack-detect",
Expand Down

0 comments on commit f7c9bd5

Please sign in to comment.