Skip to content

Commit

Permalink
[utils]: add futures util feature to server (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 authored May 7, 2021
1 parent 4038e9e commit 74d9d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ serde_json = { version = "1", features = ["raw_value"], optional = true }
default = []
hyper_13 = ["hyper13", "futures-util", "jsonrpsee-types"]
hyper_14 = ["hyper14", "futures-util", "jsonrpsee-types"]
server = ["anyhow", "futures-channel", "jsonrpsee-types", "rustc-hash", "serde", "serde_json", "log"]
server = ["anyhow", "futures-channel", "futures-util", "jsonrpsee-types", "rustc-hash", "serde", "serde_json", "log"]

[dev-dependencies]
serde_json = "1.0"
Expand Down

0 comments on commit 74d9d77

Please sign in to comment.