From 430f7042a7e76e7c16c60e6cec2c42980737768a Mon Sep 17 00:00:00 2001 From: aoife cassidy Date: Thu, 5 Sep 2024 00:59:30 -0700 Subject: [PATCH] bump packages (#424) --- libwebrtc/Cargo.toml | 4 ++-- livekit/Cargo.toml | 4 ++-- webrtc-sys/Cargo.toml | 4 ++-- webrtc-sys/build/Cargo.toml | 2 +- webrtc-sys/build/src/lib.rs | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/libwebrtc/Cargo.toml b/libwebrtc/Cargo.toml index 36643a9ae..28d7ad5f8 100644 --- a/libwebrtc/Cargo.toml +++ b/libwebrtc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libwebrtc" -version = "0.3.6" +version = "0.3.7" edition = "2021" homepage = "https://livekit.io" license = "Apache-2.0" @@ -18,7 +18,7 @@ thiserror = "1.0" jni = "0.21" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -webrtc-sys = { path = "../webrtc-sys", version = "0.3.4" } +webrtc-sys = { path = "../webrtc-sys", version = "0.3.5" } livekit-runtime = { path = "../livekit-runtime", version = "0.3.0" } lazy_static = "1.4" parking_lot = { version = "0.12" } diff --git a/livekit/Cargo.toml b/livekit/Cargo.toml index 17cf43f12..e57548b5a 100644 --- a/livekit/Cargo.toml +++ b/livekit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "livekit" -version = "0.5.2" +version = "0.5.3" edition = "2021" license = "Apache-2.0" description = "Rust Client SDK for LiveKit" @@ -29,7 +29,7 @@ __lk-internal = [] [dependencies] livekit-runtime = { path = "../livekit-runtime", version = "0.3.0", default-features = false } livekit-api = { path = "../livekit-api", version = "0.4.0", default-features = false } -libwebrtc = { path = "../libwebrtc", version = "0.3.6" } +libwebrtc = { path = "../libwebrtc", version = "0.3.7" } livekit-protocol = { path = "../livekit-protocol", version = "0.3.5" } prost = "0.12" serde = { version = "1", features = ["derive"] } diff --git a/webrtc-sys/Cargo.toml b/webrtc-sys/Cargo.toml index 0c7125376..5b249ca33 100644 --- a/webrtc-sys/Cargo.toml +++ b/webrtc-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webrtc-sys" -version = "0.3.4" +version = "0.3.5" edition = "2021" homepage = "https://livekit.io" license = "Apache-2.0" @@ -12,7 +12,7 @@ cxx = "1.0" log = "0.4" [build-dependencies] -webrtc-sys-build = { version = "0.3.4", path = "./build" } +webrtc-sys-build = { version = "0.3.5", path = "./build" } cxx-build = "1.0" glob = "0.3" cc = "1.0" diff --git a/webrtc-sys/build/Cargo.toml b/webrtc-sys/build/Cargo.toml index 6943be1a6..7248cd1bb 100644 --- a/webrtc-sys/build/Cargo.toml +++ b/webrtc-sys/build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webrtc-sys-build" -version = "0.3.4" +version = "0.3.5" edition = "2021" license = "Apache-2.0" description = "Build utilities when working with libwebrtc" diff --git a/webrtc-sys/build/src/lib.rs b/webrtc-sys/build/src/lib.rs index f4509ed44..f3eb2a5ea 100644 --- a/webrtc-sys/build/src/lib.rs +++ b/webrtc-sys/build/src/lib.rs @@ -26,7 +26,7 @@ use regex::Regex; use reqwest::StatusCode; pub const SCRATH_PATH: &str = "livekit_webrtc"; -pub const WEBRTC_TAG: &str = "webrtc-dac8015-4"; +pub const WEBRTC_TAG: &str = "webrtc-dac8015-5"; pub const IGNORE_DEFINES: [&str; 2] = ["CR_CLANG_REVISION", "CR_XCODE_VERSION"]; pub fn target_os() -> String {