From b8fdbb35ac6d5a73171715fef99978286dbb3fef Mon Sep 17 00:00:00 2001 From: Ferdinand Schober Date: Sun, 8 Feb 2026 14:22:46 +0100 Subject: [PATCH] fix: build failure in lan-mouse-ipc standalone --- lan-mouse-ipc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lan-mouse-ipc/Cargo.toml b/lan-mouse-ipc/Cargo.toml index 7e20e3b..5f35f31 100644 --- a/lan-mouse-ipc/Cargo.toml +++ b/lan-mouse-ipc/Cargo.toml @@ -12,5 +12,5 @@ log = "0.4.22" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.107" thiserror = "2.0.0" -tokio = { version = "1.32.0", features = ["net", "io-util", "time"] } +tokio = { version = "1.32.0", features = ["macros", "net", "io-util", "time"] } tokio-stream = { version = "0.1.15", features = ["io-util"] }