Skip to content

Commit 65a1b02

Browse files
authored
Update lib.rs
1 parent fb1efb0 commit 65a1b02

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
@@ -26,7 +26,7 @@ use regex::Regex;
2626
use reqwest::StatusCode;
2727

2828
pub const SCRATH_PATH: &str = "livekit_webrtc";
29-
pub const WEBRTC_TAG: &str = "webrtc-dac8015-5";
29+
pub const WEBRTC_TAG: &str = "webrtc-dac8015-6";
3030
pub const IGNORE_DEFINES: [&str; 2] = ["CR_CLANG_REVISION", "CR_XCODE_VERSION"];
3131

3232
pub fn target_os() -> String {

0 commit comments

Comments
 (0)