-
-
Notifications
You must be signed in to change notification settings - Fork 379
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
Release minor versions of data, sctp and dtls crates #346
Conversation
Codecov ReportBase: 59.00% // Head: 59.01% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #346 +/- ##
=======================================
Coverage 59.00% 59.01%
=======================================
Files 502 502
Lines 47893 47893
Branches 12912 12920 +8
=======================================
+ Hits 28261 28264 +3
Misses 9966 9966
+ Partials 9666 9663 -3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
https://github.com/webrtc-rs/webrtc/actions/runs/3433764437/jobs/5724602376 fails with Rust 1.67, but it passes for me locally with Rust 1.64. not sure what's happening there. UPD: found related issue rust-lang/rust#83085 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only concern I have is ensuring that things work with an older version of webrtc-rs i.e. 0.5.1
instead of what's in master
. Can you verify?
verified. all good 👍 |
No description provided.