Skip to content

Commit d9218b1

Browse files
authored
Bump livekit-rust-sdks for candidate webrtc-sys build fix (#33387)
Incorporates zed-industries/livekit-rust-sdks#5 Don't merge yet, waiting until after new releases are cut in case of unexpected breakage. Release Notes: - N/A
1 parent dfdeb1b commit d9218b1

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/livekit_client/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ util.workspace = true
4040
workspace-hack.workspace = true
4141

4242
[target.'cfg(not(any(all(target_os = "windows", target_env = "gnu"), target_os = "freebsd")))'.dependencies]
43-
libwebrtc = { rev = "80bb8f4c9112789f7c24cc98d8423010977806a6", git = "https://github.com/zed-industries/livekit-rust-sdks" }
44-
livekit = { rev = "80bb8f4c9112789f7c24cc98d8423010977806a6", git = "https://github.com/zed-industries/livekit-rust-sdks", features = [
43+
libwebrtc = { rev = "d2eade7a6b15d6dbdb38ba12a1ff7bf07fcebba4", git = "https://github.com/zed-industries/livekit-rust-sdks" }
44+
livekit = { rev = "d2eade7a6b15d6dbdb38ba12a1ff7bf07fcebba4", git = "https://github.com/zed-industries/livekit-rust-sdks", features = [
4545
"__rustls-tls"
4646
] }
4747

0 commit comments

Comments
 (0)