Skip to content

Commit f7c9bd5

Browse files
committed
fix: dns-over-h3 moved to full-extra, experimental feature
1 parent 98013d7 commit f7c9bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ full = [
7979
"hickory-dns",
8080
"dns-over-tls",
8181
"dns-over-https",
82-
"dns-over-h3",
8382
"local",
8483
"server",
8584
"manager",
@@ -102,6 +101,7 @@ full = [
102101
# Full features with extra (non-stable)
103102
full-extra = [
104103
"full",
104+
"dns-over-h3",
105105
"aead-cipher-extra",
106106
"aead-cipher-2022-extra",
107107
"security-replay-attack-detect",

0 commit comments

Comments
 (0)