Skip to content

Commit 579ad43

Browse files
nanpa: bump
1 parent 81078e8 commit 579ad43

File tree

6 files changed

+10
-5
lines changed

6 files changed

+10
-5
lines changed

.nanpa/bump-protocol.kdl

Lines changed: 0 additions & 1 deletion
This file was deleted.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ 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" }
2222
livekit-ffi = { version = "0.12.10", path = "livekit-ffi" }
23-
livekit-protocol = { version = "0.3.7", path = "livekit-protocol" }
23+
livekit-protocol = { version = "0.3.8", path = "livekit-protocol" }
2424
livekit-runtime = { version = "0.4.0", path = "livekit-runtime" }
2525
livekit = { version = "0.7.4", 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.7" }
68+
livekit-protocol = { path = "../livekit-protocol", version = "0.3.8" }
6969
thiserror = "1.0"
7070
serde = { version = "1.0", features = ["derive"] }
7171
sha2 = "0.10"

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.7
1+
version 0.3.8
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.8] - 2025-02-05
4+
5+
### Fixed
6+
7+
- Fixed a dependency issue
8+
39
## [0.3.7] - 2025-01-17
410

511
### Changed

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

0 commit comments

Comments
 (0)