File tree Expand file tree Collapse file tree 10 files changed +36
-12
lines changed
Expand file tree Collapse file tree 10 files changed +36
-12
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ members = [
3131
3232[workspace .dependencies ]
3333imgproc = { version = " 0.3.15" , path = " imgproc" }
34- libwebrtc = { version = " 0.3.22 " , path = " libwebrtc" }
35- livekit = { version = " 0.7.27 " , path = " livekit" }
34+ libwebrtc = { version = " 0.3.23 " , path = " libwebrtc" }
35+ livekit = { version = " 0.7.28 " , path = " livekit" }
3636livekit-api = { version = " 0.4.11" , path = " livekit-api" }
37- livekit-ffi = { version = " 0.12.42 " , path = " livekit-ffi" }
37+ livekit-ffi = { version = " 0.12.43 " , path = " livekit-ffi" }
3838livekit-protocol = { version = " 0.6.0" , path = " livekit-protocol" }
3939livekit-runtime = { version = " 0.4.0" , path = " livekit-runtime" }
4040soxr-sys = { version = " 0.1.1" , path = " soxr-sys" }
41- webrtc-sys = { version = " 0.3.19 " , path = " webrtc-sys" }
41+ webrtc-sys = { version = " 0.3.20 " , path = " webrtc-sys" }
4242webrtc-sys-build = { version = " 0.3.12" , path = " webrtc-sys/build" }
4343yuv-sys = { version = " 0.3.10" , path = " yuv-sys" }
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.3.23] ( https://github.com/livekit/rust-sdks/compare/rust-sdks/libwebrtc@0.3.22...rust-sdks/libwebrtc@0.3.23 ) - 2025-12-19
11+
12+ ### Fixed
13+
14+ - Exclude the desktop-capturer module link for mobile. ([ #817 ] ( https://github.com/livekit/rust-sdks/pull/817 ) )
15+
1016## [ 0.3.22] ( https://github.com/livekit/rust-sdks/compare/rust-sdks/libwebrtc@0.3.21...rust-sdks/libwebrtc@0.3.22 ) - 2025-12-17
1117
1218### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " libwebrtc"
3- version = " 0.3.22 "
3+ version = " 0.3.23 "
44edition = " 2021"
55homepage = " https://livekit.io"
66license = " Apache-2.0"
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.12.43] ( https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit-ffi@0.12.42...rust-sdks/livekit-ffi@0.12.43 ) - 2025-12-19
11+
12+ ### Added
13+
14+ - * (ParticipantInfo)* export kind details ([ #813 ] ( https://github.com/livekit/rust-sdks/pull/813 ) )
15+
1016## [ 0.12.42] ( https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit-ffi@0.12.41...rust-sdks/livekit-ffi@0.12.42 ) - 2025-12-17
1117
1218### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " livekit-ffi"
3- version = " 0.12.42 "
3+ version = " 0.12.43 "
44edition = " 2021"
55license = " Apache-2.0"
66description = " FFI interface for bindings in other languages"
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.7.28] ( https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit@0.7.27...rust-sdks/livekit@0.7.28 ) - 2025-12-19
11+
12+ ### Added
13+
14+ - * (ParticipantInfo)* export kind details ([ #813 ] ( https://github.com/livekit/rust-sdks/pull/813 ) )
15+
1016## [ 0.7.27] ( https://github.com/livekit/rust-sdks/compare/rust-sdks/livekit@0.7.26...rust-sdks/livekit@0.7.27 ) - 2025-12-17
1117
1218### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " livekit"
3- version = " 0.7.27 "
3+ version = " 0.7.28 "
44edition = " 2021"
55license = " Apache-2.0"
66description = " Rust Client SDK for LiveKit"
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.3.20] ( https://github.com/livekit/rust-sdks/compare/rust-sdks/webrtc-sys@0.3.19...rust-sdks/webrtc-sys@0.3.20 ) - 2025-12-19
11+
12+ ### Fixed
13+
14+ - Exclude the desktop-capturer module link for mobile. ([ #817 ] ( https://github.com/livekit/rust-sdks/pull/817 ) )
15+
1016## [ 0.3.19] ( https://github.com/livekit/rust-sdks/compare/rust-sdks/webrtc-sys@0.3.18...rust-sdks/webrtc-sys@0.3.19 ) - 2025-12-17
1117
1218### Fixed
Original file line number Diff line number Diff line change 11[package ]
22name = " webrtc-sys"
3- version = " 0.3.19 "
3+ version = " 0.3.20 "
44edition = " 2021"
55homepage = " https://livekit.io"
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments