Fix build break for windows (oops)
Really need to have better cross-building infrastructure for my own personal garbage.
This commit is contained in:
parent
6335944591
commit
75343dbea2
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ pub async fn send_reverse_message(_message: Message) -> Result<()> {
|
|||
|
||||
#[cfg(not(target_family = "unix"))]
|
||||
pub async fn handle_reverse_connections(
|
||||
_messages: mpsc::Sender<Message>,
|
||||
_messages: tokio::sync::mpsc::Sender<Message>,
|
||||
) -> Result<()> {
|
||||
std::future::pending().await
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue