Skip to content

Commit

Permalink
nanpa: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ilo-nanpa[bot] committed Dec 22, 2024
1 parent 3b1931c commit cc889da
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
1 change: 0 additions & 1 deletion .nanpa/bump-ffi.kdl

This file was deleted.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ imgproc = { version = "0.3.12", path = "imgproc" }
yuv-sys = { version = "0.3.7", path = "yuv-sys" }
libwebrtc = { version = "0.3.8", path = "libwebrtc" }
livekit-api = { version = "0.4.1", path = "livekit-api" }
livekit-ffi = { version = "0.12.3", path = "livekit-ffi" }
livekit-ffi = { version = "0.12.4", path = "livekit-ffi" }
livekit-protocol = { version = "0.3.6", path = "livekit-protocol" }
livekit-runtime = { version = "0.3.1", path = "livekit-runtime" }
livekit = { version = "0.7.1", path = "livekit" }
Expand Down
2 changes: 1 addition & 1 deletion livekit-ffi/.nanparc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version 0.12.3
version 0.12.4
language rust
6 changes: 6 additions & 0 deletions livekit-ffi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.12.4] - 2024-12-22

### Added

- bump libwebrtc to m125

## [0.12.3] - 2024-12-14

### Added
Expand Down
2 changes: 1 addition & 1 deletion livekit-ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "livekit-ffi"
version = "0.12.3"
version = "0.12.4"
edition = "2021"
license = "Apache-2.0"
description = "FFI interface for bindings in other languages"
Expand Down

0 comments on commit cc889da

Please sign in to comment.