From 29b4c244fa9de1b63806ace400a492f758319d4a Mon Sep 17 00:00:00 2001 From: Neil Dwyer Date: Tue, 30 Apr 2024 14:19:54 -0700 Subject: [PATCH] undo --- Cargo.lock | 4 ++-- livekit-ffi/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b3d6d51f..7fc730b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1547,7 +1547,7 @@ checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456" [[package]] name = "livekit" -version = "0.4.0" +version = "0.3.2" dependencies = [ "futures-util", "lazy_static", @@ -1616,7 +1616,7 @@ dependencies = [ [[package]] name = "livekit-protocol" -version = "0.4.0" +version = "0.3.2" dependencies = [ "futures-util", "livekit-runtime", diff --git a/livekit-ffi/Cargo.toml b/livekit-ffi/Cargo.toml index 8ad6bdd4..5343413f 100644 --- a/livekit-ffi/Cargo.toml +++ b/livekit-ffi/Cargo.toml @@ -18,8 +18,8 @@ __rustls-tls = ["livekit/__rustls-tls"] tracing = ["tokio/tracing", "console-subscriber"] [dependencies] -livekit = { path = "../livekit", version = "0.4.0" } -livekit-protocol = { path = "../livekit-protocol", version = "0.4.0" } +livekit = { path = "../livekit", version = "0.3.2" } +livekit-protocol = { path = "../livekit-protocol", version = "0.3.2" } tokio = { version = "1", features = ["full", "parking_lot"] } futures-util = { version = "0.3", default-features = false, features = ["sink"] } parking_lot = { version = "0.12", features = ["deadlock_detection"] }