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