Skip to content

Commit 91dec23

Browse files
authored
chore: bump libwebrtc libs version for webrtc-sys. (#741)
1 parent 220b555 commit 91dec23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webrtc-sys/build/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ use regex::Regex;
2727
use reqwest::StatusCode;
2828

2929
pub const SCRATH_PATH: &str = "livekit_webrtc";
30-
pub const WEBRTC_TAG: &str = "webrtc-f4967ef";
30+
pub const WEBRTC_TAG: &str = "webrtc-ebd5a9f";
3131
pub const IGNORE_DEFINES: [&str; 2] = ["CR_CLANG_REVISION", "CR_XCODE_VERSION"];
3232

3333
pub fn target_os() -> String {

0 commit comments

Comments
 (0)