Skip to content

Commit

Permalink
fix(jsonrpsee): feature macro include client types (#656)
Browse files Browse the repository at this point in the history
Closing #649
  • Loading branch information
niklasad1 committed Jan 19, 2022
1 parent dc60348 commit b098a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonrpsee/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ http-client = ["jsonrpsee-http-client", "jsonrpsee-types", "jsonrpsee-core"]
http-server = ["jsonrpsee-http-server", "jsonrpsee-types", "jsonrpsee-core"]
ws-client = ["jsonrpsee-ws-client", "jsonrpsee-types", "jsonrpsee-core/async-client"]
ws-server = ["jsonrpsee-ws-server", "jsonrpsee-types", "jsonrpsee-core"]
macros = ["jsonrpsee-proc-macros", "jsonrpsee-types"]
macros = ["jsonrpsee-proc-macros", "jsonrpsee-types", "jsonrpsee-core/client"]

client = ["http-client", "ws-client"]
server = ["http-server", "ws-server"]
Expand Down

0 comments on commit b098a87

Please sign in to comment.