enough-zebra-80131
05/25/2023, 4:51 PMlivekit-protocol
on both mac and linux:
~/src/client-sdk-rust/livekit-protocol$ cargo build
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /home/gbuzogany/src/client-sdk-rust/livekit-ffi/Cargo.toml
workspace: /home/gbuzogany/src/client-sdk-rust/Cargo.toml
Compiling livekit-protocol v0.1.0 (/home/gbuzogany/src/client-sdk-rust/livekit-protocol)
error[E0432]: unresolved import `futures_util::sink`
--> livekit-protocol/src/observer.rs:1:19
|
1 | use futures_util::sink::Sink;
| ^^^^ could not find `sink` in `futures_util`
For more information about this error, try `rustc --explain E0432`.
error: could not compile `livekit-protocol` due to previous error
has anybody seen anything like this before?boundless-energy-78552
05/25/2023, 5:21 PM