Skip to content

Commit ff67f18

Browse files
authored
Bump livekit dep to try to fix flaky builds (#35103)
Let's see if zed-industries/livekit-rust-sdks#6 helps. Release Notes: - N/A --------- Signed-off-by: Cole Miller <[email protected]>
1 parent 4abe14f commit ff67f18

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

Cargo.lock

Lines changed: 15 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 = "d2eade7a6b15d6dbdb38ba12a1ff7bf07fcebba4", git = "https://github.com/zed-industries/livekit-rust-sdks" }
44-
livekit = { rev = "d2eade7a6b15d6dbdb38ba12a1ff7bf07fcebba4", git = "https://github.com/zed-industries/livekit-rust-sdks", features = [
43+
libwebrtc = { rev = "383e5377f8b7de1f8627ee16f0cf11c5293337bd", git = "https://github.com/zed-industries/livekit-rust-sdks" }
44+
livekit = { rev = "383e5377f8b7de1f8627ee16f0cf11c5293337bd", git = "https://github.com/zed-industries/livekit-rust-sdks", features = [
4545
"__rustls-tls"
4646
] }
4747

0 commit comments

Comments
 (0)