Fix SHA for zed-patches branch of `livekit-rust-sdks` (#22478)
Also renamed the repo to `livekit-rustk-sdks` on GitHub for clarity. The
old name will still work for old references.
See [discussion
here](https://github.com/zed-industries/zed/pull/21292#issuecomment-2529573128).
The only changes in the target repo are immaterial:
```
$ git diff 799f10133d93ba2a88642cd480d01ec4da53408c 060964da10574cd9bf06463a53bf6e0769c5c45e
diff --git a/livekit-protocol/src/livekit.rs b/livekit-protocol/src/livekit.rs
index 43f5496..19181c2 100644
--- a/livekit-protocol/src/livekit.rs
+++ b/livekit-protocol/src/livekit.rs
@@ -3837,7 +3837,7 @@ pub struct SendDataRequest {
#[prost(string, optional, tag="5")]
pub topic: ::core::option::Option<::prost::alloc::string::String>,
}
-
+///
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct SendDataResponse {
diff --git a/livekit-runtime/Cargo.toml b/livekit-runtime/Cargo.toml
index 4d83cdf..7051f30 100644
--- a/livekit-runtime/Cargo.toml
+++ b/livekit-runtime/Cargo.toml
@@ -7,6 +7,7 @@ edition = "2021"
repository = "https://github.com/livekit/rust-sdks"
[features]
+tokio = ["dep:tokio", "dep:tokio-stream"]
async = ["dep:async-std", "dep:futures", "dep:async-io"]
dispatcher = ["dep:futures", "dep:async-io", "dep:async-std", "dep:async-task"]
```
Release Notes:
- N/A M
Michael Sloan committed
ca6825066f72178f7a714f4d9513437bd98be121
Parent: a15360b
Committed by GitHub <noreply@github.com>
on 12/29/2024, 12:18:58 AM