Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Oct 8, 2024
1 parent 01282fb commit df80c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rs-dapi-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ offline-testing = []

[dependencies]
backon = "0.5"
dapi-grpc = { path = "../dapi-grpc", features = ["client"], default-features = false }
dapi-grpc = { path = "../dapi-grpc", features = ["core", "platform", "client"], default-features = false }
futures = "0.3.28"
http-serde = { version = "2.1", optional = true }
rand = { version = "0.8.5", features = ["small_rng"] }
Expand Down

0 comments on commit df80c15

Please sign in to comment.