From 0f0cefb62ee8b641dcabcc0a2a1cf019c1de4843 Mon Sep 17 00:00:00 2001
From: hozan23 <hozan23@karyontech.net>
Date: Tue, 21 May 2024 02:21:28 +0200
Subject: jsonrpc: minor change in Cargo.toml

---
 jsonrpc/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jsonrpc/Cargo.toml b/jsonrpc/Cargo.toml
index ce5c988..be3176b 100644
--- a/jsonrpc/Cargo.toml
+++ b/jsonrpc/Cargo.toml
@@ -12,7 +12,7 @@ authors.workspace = true
 [features]
 default = ["smol"]
 ws = ["karyon_net/ws", "async-tungstenite"]
-unix = ["karyon_net/ws"]
+unix = ["karyon_net/unix"]
 smol = [
   "karyon_core/smol",
   "karyon_net/smol",
-- 
cgit v1.2.3