From ac39eafaa052a82f1214b24f475f5022d63410c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?The=CC=81o=20Monnom?= Date: Thu, 7 Dec 2023 22:23:28 +0100 Subject: [PATCH] ffi v0.3.15 --- Cargo.lock | 2 +- livekit-ffi/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ebb0b197..853d92f87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1070,7 +1070,7 @@ dependencies = [ [[package]] name = "livekit-ffi" -version = "0.3.14" +version = "0.3.15" dependencies = [ "console-subscriber", "dashmap", diff --git a/livekit-ffi/Cargo.toml b/livekit-ffi/Cargo.toml index 4f59b966a..6ac690ccf 100644 --- a/livekit-ffi/Cargo.toml +++ b/livekit-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "livekit-ffi" -version = "0.3.14" +version = "0.3.15" edition = "2021" license = "Apache-2.0" description = "FFI interface for bindings in other languages"