v0.1.1 (#32)
This commit is contained in:
+3
-3
@@ -1,13 +1,13 @@
|
||||
[package]
|
||||
name = "livekit"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
description = "Native SDK for LiveKit"
|
||||
|
||||
[dependencies]
|
||||
livekit-webrtc = { path = "../livekit-webrtc", version = "0.1.0" }
|
||||
livekit-utils = { path = "../livekit-utils", version = "0.1.0" }
|
||||
livekit-webrtc = { path = "../livekit-webrtc", version = "0.1.1" }
|
||||
livekit-utils = { path = "../livekit-utils", version = "0.1.1" }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
tokio-tungstenite = { version = "0.17.2", features = ["native-tls"] }
|
||||
|
||||
Reference in New Issue
Block a user