Skip to content

Commit

Permalink
patch bump webrtc-sys and dependents (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbsp authored Aug 22, 2024
1 parent a7bedb5 commit 0465fec
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions libwebrtc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libwebrtc"
version = "0.3.4"
version = "0.3.5"
edition = "2021"
homepage = "https://livekit.io"
license = "Apache-2.0"
Expand All @@ -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.2" }
webrtc-sys = { path = "../webrtc-sys", version = "0.3.3" }
livekit-runtime = { path = "../livekit-runtime", version = "0.3.0" }
lazy_static = "1.4"
parking_lot = { version = "0.12" }
Expand Down
4 changes: 2 additions & 2 deletions livekit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "livekit"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
license = "Apache-2.0"
description = "Rust Client SDK for LiveKit"
Expand Down Expand Up @@ -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.4" }
libwebrtc = { path = "../libwebrtc", version = "0.3.5" }
livekit-protocol = { path = "../livekit-protocol", version = "0.3.5" }
prost = "0.12"
serde = { version = "1", features = ["derive"] }
Expand Down
4 changes: 2 additions & 2 deletions webrtc-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "webrtc-sys"
version = "0.3.2"
version = "0.3.3"
edition = "2021"
homepage = "https://livekit.io"
license = "Apache-2.0"
Expand All @@ -12,7 +12,7 @@ cxx = "1.0"
log = "0.4"

[build-dependencies]
webrtc-sys-build = { version = "0.3.2", path = "./build" }
webrtc-sys-build = { version = "0.3.3", path = "./build" }
cxx-build = "1.0"
glob = "0.3"
cc = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion webrtc-sys/build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "webrtc-sys-build"
version = "0.3.2"
version = "0.3.3"
edition = "2021"
license = "Apache-2.0"
description = "Build utilities when working with libwebrtc"
Expand Down

0 comments on commit 0465fec

Please sign in to comment.