Skip to content

Commit

Permalink
fix: include transport when building client/server
Browse files Browse the repository at this point in the history
  • Loading branch information
alemidev committed Sep 30, 2024
1 parent 403200d commit 4879ec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ tonic-build = "0.12"

[features]
default = ["client"]
client = []
server = []
client = ["tonic/transport"]
server = ["tonic/transport"]

0 comments on commit 4879ec7

Please sign in to comment.