Skip to content

Commit 0a47323

Browse files
committed
enable "reuse_port" feature by default
1 parent 9d491fc commit 0a47323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/mdns/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/webrtc-rs/mdns"
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[features]
15-
default = []
15+
default = [ "reuse_port" ]
1616
reuse_port = []
1717

1818
[dependencies]

0 commit comments

Comments
 (0)