Skip to content

Commit 0699735

Browse files
authored
bump rtc 0.7.0, api 0.4.1, proto 0.3.6 (#479)
1 parent 7180628 commit 0699735

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

Cargo.lock

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

livekit-api/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "livekit-api"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
license = "Apache-2.0"
55
description = "Rust Server SDK for LiveKit"
66
edition = "2021"
@@ -65,7 +65,7 @@ rustls-tls-webpki-roots = [
6565
__rustls-tls = ["tokio-tungstenite?/__rustls-tls", "reqwest?/__rustls"]
6666

6767
[dependencies]
68-
livekit-protocol = { path = "../livekit-protocol", version = "0.3.5" }
68+
livekit-protocol = { path = "../livekit-protocol", version = "0.3.6" }
6969
thiserror = "1.0"
7070
serde = { version = "1.0", features = ["derive"] }
7171
sha2 = "0.10"

livekit-ffi/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ __rustls-tls = ["livekit/__rustls-tls"]
1818
tracing = ["tokio/tracing", "console-subscriber"]
1919

2020
[dependencies]
21-
livekit = { path = "../livekit", version = "0.6.0" }
21+
livekit = { path = "../livekit", version = "0.7.0" }
2222
soxr-sys = { path = "../soxr-sys" }
23-
livekit-protocol = { path = "../livekit-protocol", version = "0.3.5" }
23+
livekit-protocol = { path = "../livekit-protocol", version = "0.3.6" }
2424
tokio = { version = "1", features = ["full", "parking_lot"] }
2525
futures-util = { version = "0.3", default-features = false, features = ["sink"] }
2626
parking_lot = { version = "0.12", features = ["deadlock_detection"] }
@@ -42,7 +42,7 @@ jni = "0.21.1"
4242
webrtc-sys-build = { path = "../webrtc-sys/build", version = "0.3.2" }
4343

4444
[dev-dependencies]
45-
livekit-api = { path = "../livekit-api", version = "0.4.0" }
45+
livekit-api = { path = "../livekit-api", version = "0.4.1" }
4646

4747
[lib]
4848
crate-type = ["lib", "cdylib"]

livekit-protocol/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "livekit-protocol"
3-
version = "0.3.5"
3+
version = "0.3.6"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Livekit protocol and utilities for the Rust SDK"
77
repository = "https://github.com/livekit/rust-sdks"
88

99
[dependencies]
10-
livekit-runtime = { path = "../livekit-runtime", version = "0.3.0" }
10+
livekit-runtime = { path = "../livekit-runtime", version = "0.3.1" }
1111
tokio = { version = "1", default-features = false, features = [
1212
"sync",
1313
"macros",

livekit-runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "livekit-runtime"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
license = "Apache-2.0"
55
description = "Async runtime compatibility layer for LiveKit"
66
edition = "2021"

livekit/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "livekit"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Rust Client SDK for LiveKit"
@@ -27,10 +27,10 @@ __rustls-tls = ["livekit-api/__rustls-tls"]
2727
__lk-internal = []
2828

2929
[dependencies]
30-
livekit-runtime = { path = "../livekit-runtime", version = "0.3.0", default-features = false }
31-
livekit-api = { path = "../livekit-api", version = "0.4.0", default-features = false }
30+
livekit-runtime = { path = "../livekit-runtime", version = "0.3.1", default-features = false }
31+
livekit-api = { path = "../livekit-api", version = "0.4.1", default-features = false }
3232
libwebrtc = { path = "../libwebrtc", version = "0.3.7" }
33-
livekit-protocol = { path = "../livekit-protocol", version = "0.3.5" }
33+
livekit-protocol = { path = "../livekit-protocol", version = "0.3.6" }
3434
prost = "0.12"
3535
serde = { version = "1", features = ["derive"] }
3636
serde_json = "1.0"

0 commit comments

Comments
 (0)