Skip to content

Commit b611791

Browse files
authored
bump ffi version (#659)
1 parent 81a3151 commit b611791

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.3", path = "livekit-api" }
22-
livekit-ffi = { version = "0.12.25", path = "livekit-ffi" }
22+
livekit-ffi = { version = "0.12.26", path = "livekit-ffi" }
2323
livekit-protocol = { version = "0.3.10", path = "livekit-protocol" }
2424
livekit-runtime = { version = "0.4.0", path = "livekit-runtime" }
2525
livekit = { version = "0.7.11", path = "livekit" }

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.25"
3+
version = "0.12.26"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "FFI interface for bindings in other languages"

0 commit comments

Comments
 (0)