Skip to content

Commit de91ada

Browse files
nanpa: bump
1 parent 4e9a275 commit de91ada

File tree

9 files changed

+19
-9
lines changed

9 files changed

+19
-9
lines changed

.nanpa/plant-batch-dense.kdl

Lines changed: 0 additions & 2 deletions
This file was deleted.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ 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.12", path = "livekit-ffi" }
23-
livekit-protocol = { version = "0.3.8", path = "livekit-protocol" }
22+
livekit-ffi = { version = "0.12.13", path = "livekit-ffi" }
23+
livekit-protocol = { version = "0.3.9", path = "livekit-protocol" }
2424
livekit-runtime = { version = "0.4.0", path = "livekit-runtime" }
2525
livekit = { version = "0.7.6", path = "livekit" }
2626
soxr-sys = { version = "0.1.0", path = "soxr-sys" }

livekit-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ rustls-tls-webpki-roots = [
6565
__rustls-tls = ["tokio-tungstenite?/__rustls-tls", "reqwest?/__rustls"]
6666

6767
[dependencies]
68-
livekit-protocol = { path = "../livekit-protocol", version = "0.3.8" }
68+
livekit-protocol = { path = "../livekit-protocol", version = "0.3.9" }
6969
thiserror = "1.0"
7070
serde = { version = "1.0", features = ["derive"] }
7171
sha2 = "0.10"

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.12
1+
version 0.12.13
22
language rust

livekit-ffi/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.12.13] - 2025-03-04
4+
5+
### Fixed
6+
7+
- Depends the latest version of livekit-protocol
8+
39
## [0.12.12] - 2025-02-28
410

511
### Added

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

livekit-protocol/.nanparc

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

livekit-protocol/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.3.9] - 2025-03-04
4+
5+
### Fixed
6+
7+
- Fixed the crashing issue in Promise::try_result
8+
39
## [0.3.8] - 2025-02-05
410

511
### Fixed

livekit-protocol/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-protocol"
3-
version = "0.3.8"
3+
version = "0.3.9"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Livekit protocol and utilities for the Rust SDK"

0 commit comments

Comments
 (0)