Skip to content

Commit ba342c2

Browse files
authored
bump version for webrtc (fix win CI) (#650)
* bump version for webrtc (fix win CI) * change for test. * revert changes.
1 parent 32c7388 commit ba342c2

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-7ec4c03";
29+
pub const WEBRTC_TAG: &str = "webrtc-ed96590";
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)