Skip to content

Commit

Permalink
bump: livekit 0.5.0, ffi 0.8.0, api 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nbsp committed Aug 20, 2024
1 parent 1abf092 commit fd3ef30
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libwebrtc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "Livekit safe bindings to libwebrtc"
repository = "https://github.com/livekit/rust-sdks"

[dependencies]
livekit-protocol = { path = "../livekit-protocol", version = "0.3.4" }
livekit-protocol = { path = "../livekit-protocol", version = "0.3.5" }
log = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions livekit-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "livekit-api"
version = "0.3.4"
version = "0.4.0"
license = "Apache-2.0"
description = "Rust Server SDK for LiveKit"
edition = "2021"
Expand Down Expand Up @@ -65,7 +65,7 @@ rustls-tls-webpki-roots = [
__rustls-tls = ["tokio-tungstenite?/__rustls-tls", "reqwest?/__rustls"]

[dependencies]
livekit-protocol = { path = "../livekit-protocol", version = "0.3.4" }
livekit-protocol = { path = "../livekit-protocol", version = "0.3.5" }
thiserror = "1.0"
serde = { version = "1.0", features = ["derive"] }
sha2 = "0.10"
Expand Down
8 changes: 4 additions & 4 deletions livekit-ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "livekit-ffi"
version = "0.7.2"
version = "0.8.0"
edition = "2021"
license = "Apache-2.0"
description = "FFI interface for bindings in other languages"
Expand All @@ -18,8 +18,8 @@ __rustls-tls = ["livekit/__rustls-tls"]
tracing = ["tokio/tracing", "console-subscriber"]

[dependencies]
livekit = { path = "../livekit", version = "0.4.1" }
livekit-protocol = { path = "../livekit-protocol", version = "0.3.4" }
livekit = { path = "../livekit", version = "0.5.0" }
livekit-protocol = { path = "../livekit-protocol", version = "0.3.5" }
tokio = { version = "1", features = ["full", "parking_lot"] }
futures-util = { version = "0.3", default-features = false, features = ["sink"] }
parking_lot = { version = "0.12", features = ["deadlock_detection"] }
Expand All @@ -41,7 +41,7 @@ jni = "0.21.1"
webrtc-sys-build = { path = "../webrtc-sys/build", version = "0.3.2" }

[dev-dependencies]
livekit-api = { path = "../livekit-api", version = "0.3.2" }
livekit-api = { path = "../livekit-api", version = "0.4.0" }

[lib]
crate-type = ["lib", "cdylib"]
2 changes: 1 addition & 1 deletion livekit-protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "livekit-protocol"
version = "0.3.4"
version = "0.3.5"
edition = "2021"
license = "Apache-2.0"
description = "Livekit protocol and utilities for the Rust SDK"
Expand Down
6 changes: 3 additions & 3 deletions livekit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "livekit"
version = "0.4.1"
version = "0.5.0"
edition = "2021"
license = "Apache-2.0"
description = "Rust Client SDK for LiveKit"
Expand Down Expand Up @@ -28,9 +28,9 @@ __lk-internal = []

[dependencies]
livekit-runtime = { path = "../livekit-runtime", version = "0.3.0", default-features = false }
livekit-api = { path = "../livekit-api", version = "0.3.4", default-features = false }
livekit-api = { path = "../livekit-api", version = "0.4.0", default-features = false }
libwebrtc = { path = "../libwebrtc", version = "0.3.4" }
livekit-protocol = { path = "../livekit-protocol", version = "0.3.4" }
livekit-protocol = { path = "../livekit-protocol", version = "0.3.5" }
prost = "0.12"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit fd3ef30

Please sign in to comment.