v0.1.2 (#104)
This commit is contained in:
+4
-4
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user