From ee6e159cbb4c6189c97046f2cc8c74be0eef4184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Monnom?= Date: Mon, 2 Oct 2023 11:02:14 -0700 Subject: [PATCH] ffi v0.3.9 (#213) --- livekit-ffi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/livekit-ffi/Cargo.toml b/livekit-ffi/Cargo.toml index 973b8824..f805963c 100644 --- a/livekit-ffi/Cargo.toml +++ b/livekit-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "livekit-ffi" -version = "0.3.8" +version = "0.3.9" edition = "2021" license = "Apache-2.0" description = "LiveKit interface to easily use the Rust SDK on other languages"