diff options
-rw-r--r-- | jsonrpc/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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", |