Skip to content

Commit

Permalink
chore: add server feature back to jsonrpsee dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Daanvdplas committed Dec 29, 2024
1 parent ed76d6a commit 3a9b9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ futures = "0.3.30"
hex = "0.4.3"
hex-literal = "0.4.1"
impl-trait-for-tuples = "0.2.2"
jsonrpsee = { version = "0.24.3" }
jsonrpsee = { version = "0.24.3", features = [ "server" ] }
log = { version = "0.4.22", default-features = false }
rand = "0.8.5"
scale-info = { version = "2.11.1", default-features = false, features = [
Expand Down

0 comments on commit 3a9b9da

Please sign in to comment.