This commit is contained in:
Théo Monnom
2023-06-30 22:10:55 +02:00
committed by GitHub
parent 5ceda455c4
commit 7010934c6d
12 changed files with 62 additions and 39 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
[package]
name = "livekit"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "Apache-2.0"
description = "Native SDK for LiveKit"
@@ -19,9 +19,9 @@ rustls-tls-webpki-roots = ["livekit-api/rustls-tls-webpki-roots"]
__rustls-tls = ["livekit-api/__rustls-tls"]
[dependencies]
livekit-api = { path = "../livekit-api", version = "0.1.0", default-features = false, features = ["signal-client"] }
livekit-webrtc = { path = "../livekit-webrtc", version = "0.1.1" }
livekit-protocol = { path = "../livekit-protocol", version = "0.1.0" }
livekit-api = { path = "../livekit-api", version = "0.1.2", default-features = false, features = ["signal-client"] }
livekit-webrtc = { path = "../livekit-webrtc", version = "0.1.2" }
livekit-protocol = { path = "../livekit-protocol", version = "0.1.2" }
prost = "0.11"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0"