Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client-sdk-rust

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔍 Submodule bump may include proto/FFI contract changes that require C++ updates

This PR bumps client-sdk-rust from dad794d to 95187df without any accompanying C++ changes. If the new Rust commit introduces changes to the protobuf FFI contract (client-sdk-rust/livekit-ffi/protocol/*.proto), the C++ side may need corresponding updates to compile or function correctly. The CI builds and tests filters in .github/workflows/ci.yml:47-56 correctly include client-sdk-rust/**, so the build and test pipelines will run and should catch any breakage. However, it's worth confirming that CI passes before merging, as proto mismatches can cause subtle runtime issues even if compilation succeeds (e.g., new fields being silently ignored).

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

Loading