summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryukamish <[email protected]>2026-04-27 14:09:32 +0530
committerryukamish <[email protected]>2026-04-27 14:09:32 +0530
commit853d4a7a3b12bbb6dd679e644f759e71bd6731bc (patch)
treeb85eace9695843afdc1147cf189256042b1c3e1b
parent57f8902d9368772e2f87dc60566035db04357ebc (diff)
fix: updating the ipc version fixes lagged switching
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7454eeb..f187a1f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
-niri-ipc = { version = "25.11.0", features = ["clap"] }
+niri-ipc = "26.4.0"
serde = { version = "1", features = ["derive"] }
serde_json = "1"