Skip to content

Commit e7faaea

Browse files
authored
bump livekit-ffi to 0.12.48 (#901)
1 parent 7ae23c5 commit e7faaea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ imgproc = { version = "0.3.18", path = "imgproc" }
4242
libwebrtc = { version = "0.3.26", path = "libwebrtc" }
4343
livekit = { version = "0.7.32", path = "livekit" }
4444
livekit-api = { version = "0.4.14", path = "livekit-api" }
45-
livekit-ffi = { version = "0.12.47", path = "livekit-ffi" }
45+
livekit-ffi = { version = "0.12.48", path = "livekit-ffi" }
4646
livekit-protocol = { version = "0.7.1", path = "livekit-protocol" }
4747
livekit-runtime = { version = "0.4.0", path = "livekit-runtime" }
4848
soxr-sys = { version = "0.1.2", path = "soxr-sys" }

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.47"
3+
version = "0.12.48"
44
edition.workspace = true
55
license.workspace = true
66
description = "FFI interface for bindings in other languages"

0 commit comments

Comments
 (0)