Skip to content

Commit 25961e3

Browse files
webrtc-rs: fix server build with tokio_util codec feature
1 parent 2f9f67e commit 25961e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webrtc-rs/server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ hyper = { version = "0.14.13", features = ["full"] }
1919
anyhow = "1.0.44"
2020
lazy_static = "1.4"
2121
async-trait = "0.1.42"
22-
tokio-util = "0.6.8"
22+
tokio-util = { version = "0.6.8", features = ["codec"] }

0 commit comments

Comments
 (0)