Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

turn: Fix examples dependencies #610

Merged
merged 1 commit into from
Sep 5, 2024
Merged

turn: Fix examples dependencies #610

merged 1 commit into from
Sep 5, 2024

Conversation

clia
Copy link
Contributor

@clia clia commented Sep 4, 2024

Add signal feature for tokio to fix this compile error:

error[E0432]: unresolved import tokio::signal
--> turn/examples/turn_server_udp.rs:8:5
|
8 | use tokio::signal;
| ^^^^^^^^^^^^^ no signal in the root
|

Copy link

codecov bot commented Sep 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.55%. Comparing base (23bbc1f) to head (f941408).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #610      +/-   ##
==========================================
- Coverage   60.59%   60.55%   -0.04%     
==========================================
  Files         482      471      -11     
  Lines       47981    47937      -44     
  Branches    12478    12470       -8     
==========================================
- Hits        29075    29030      -45     
+ Misses       9665     9646      -19     
- Partials     9241     9261      +20     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rainliu rainliu merged commit b00ebe2 into webrtc-rs:master Sep 5, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants