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
+3 -3
View File
@@ -1,6 +1,6 @@
[package]
name = "livekit-webrtc"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
homepage = "https://livekit.io"
license = "Apache-2.0"
@@ -8,12 +8,12 @@ description = "Livekit safe bindings to libwebrtc"
repository = "https://github.com/livekit/client-sdk-rust"
[dependencies]
livekit-protocol = { path = "../livekit-protocol", version = "0.1.0" }
livekit-protocol = { path = "../livekit-protocol", version = "0.1.2" }
log = "0.4"
thiserror = "1.0"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
webrtc-sys = { path = "../webrtc-sys", version = "0.1.1" }
webrtc-sys = { path = "../webrtc-sys", version = "0.1.2" }
lazy_static = "1.4"
parking_lot = { version = "0.12.1" }
futures = { version = "0.3" }