Skip to content

Commit

Permalink
fix: abci->proto features
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Jan 9, 2025
1 parent 3106dce commit c434b67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion abci/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ server = [
"dep:tokio",
"dep:tokio-util",
"dep:futures",
"grpc",
]
# std is deprecated, use "grpc" instead
std = ["grpc"]
grpc = ["tenderdash-proto/grpc"]
grpc = ["tenderdash-proto/server"]
crypto = ["dep:lhash"]
tcp = ["server"]
unix = ["server"]
Expand Down

0 comments on commit c434b67

Please sign in to comment.