mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-09-18 18:31:02 +03:00
The hbb_common bump before this one calls SettingEngine::set_ice_max_binding_requests(), which the 0.13.0 release on crates.io does not have: only webrtc-util and webrtc-sctp were patched to the fork, so the webrtc crate itself still came from the registry and the build stopped at that call. The three patches now point at the same fork revision, one commit past the one they were on, which adds the setter. The webrtc crate depends on its siblings by path, so patching it moves the rest of that workspace to the fork as well; the fork is upstream v0.13.0 with changes to sctp and to this setter only, so those crates carry the same code they did from the registry. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EZ49AbZJYfm8NTp5yDPMab
263 KiB
263 KiB