Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit 1d066bc

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 7be4dda + 2eb2ac2 commit 1d066bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)