Skip to content

Commit e7642dc

Browse files
author
Rain Liu
authored
Merge pull request #17 from chertov/util-package-features
Use only "error" and "ifaces" feature for util package
2 parents c2e4e81 + 4bf18f9 commit e7642dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/mdns/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ default = [ "reuse_port" ]
1616
reuse_port = []
1717

1818
[dependencies]
19-
util = { package = "webrtc-util", version = "0.1.18" }
19+
util = { package = "webrtc-util", version = "0.1.19", default-features = false, features = ["error", "ifaces"] }
2020
lazy_static = "1.3.0"
2121
tokio = { version = "^1.0", features = ["full"] }
2222
log = "0.4"
@@ -41,4 +41,4 @@ bench = false
4141
[[example]]
4242
name = "mdns_server_query"
4343
path = "examples/mdns_server_query.rs"
44-
bench = false
44+
bench = false

0 commit comments

Comments
 (0)