Skip to content

Commit

Permalink
rpc/interface: fix cargo hack
Browse files Browse the repository at this point in the history
  • Loading branch information
hinto-janai committed Dec 20, 2024
1 parent d41014b commit ecf5d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dummy = ["dep:cuprate-helper", "dep:futures"]
[dependencies]
cuprate-epee-encoding = { workspace = true, default-features = false }
cuprate-json-rpc = { workspace = true, default-features = false }
cuprate-rpc-types = { workspace = true, features = ["serde", "epee"], default-features = false }
cuprate-rpc-types = { workspace = true, features = ["serde", "epee", "from"], default-features = false }
cuprate-helper = { workspace = true, features = ["asynch"], default-features = false, optional = true }

anyhow = { workspace = true }
Expand Down

0 comments on commit ecf5d66

Please sign in to comment.