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 Jan 4, 2025
1 parent 25dbc65 commit e0846c2
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .nanpa/bump-ffi.kdl

This file was deleted.

1 change: 0 additions & 1 deletion .nanpa/rpc-deadlock.kdl

This file was deleted.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ 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.4", path = "livekit-ffi" }
livekit-ffi = { version = "0.12.5", 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" }
livekit = { version = "0.7.2", path = "livekit" }
soxr-sys = { version = "0.1.0", path = "soxr-sys" }
webrtc-sys-build = { version = "0.3.6", path = "webrtc-sys/build" }
webrtc-sys = { version = "0.3.6", path = "webrtc-sys" }
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.4
version 0.12.5
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.5] - 2025-01-04

### Added

- Fix deadlock issue in nested RPC calls.

## [0.12.4] - 2024-12-22

### 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.4"
version = "0.12.5"
edition = "2021"
license = "Apache-2.0"
description = "FFI interface for bindings in other languages"
Expand Down
2 changes: 1 addition & 1 deletion livekit/.nanparc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version 0.7.1
version 0.7.2
language rust
10 changes: 10 additions & 0 deletions livekit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.7.2] - 2025-01-04

### Added

- bump

### Fixed

- Fixed deadlock with nested RPC calls

## [0.7.1] - 2024-12-14

### Added
Expand Down
2 changes: 1 addition & 1 deletion livekit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "livekit"
version = "0.7.1"
version = "0.7.2"
edition = "2021"
license = "Apache-2.0"
description = "Rust Client SDK for LiveKit"
Expand Down

0 comments on commit e0846c2

Please sign in to comment.