Skip to content

Commit 0773bce

Browse files
authored
ffi v0.12.22 (#628)
1 parent e8a7a6a commit 0773bce

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ imgproc = { version = "0.3.12", path = "imgproc" }
1919
yuv-sys = { version = "0.3.7", path = "yuv-sys" }
2020
libwebrtc = { version = "0.3.10", path = "libwebrtc" }
2121
livekit-api = { version = "0.4.2", path = "livekit-api" }
22-
livekit-ffi = { version = "0.12.21", path = "livekit-ffi" }
22+
livekit-ffi = { version = "0.12.22", path = "livekit-ffi" }
2323
livekit-protocol = { version = "0.3.9", path = "livekit-protocol" }
2424
livekit-runtime = { version = "0.4.0", path = "livekit-runtime" }
2525
livekit = { version = "0.7.9", path = "livekit" }

livekit-ffi/.nanparc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version 0.12.21
1+
version 0.12.22
22
language rust

livekit-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "livekit-ffi"
3-
version = "0.12.21"
3+
version = "0.12.22"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "FFI interface for bindings in other languages"

0 commit comments

Comments
 (0)