Skip to content

Commit cd8cc0c

Browse files
authored
fix(prost): Remove unconditional enable of tonic-build transport feature (#2357)
1 parent 118ed7a commit cd8cc0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tonic-prost-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ transport = ["tonic-build/transport"]
1717
cleanup-markdown = ["prost-build/cleanup-markdown"]
1818

1919
[dependencies]
20-
tonic-build = { version = "0.14.0", path = "../tonic-build", default-features = false, features = ["transport"] }
20+
tonic-build = { version = "0.14.0", path = "../tonic-build", default-features = false }
2121
prost-build = { version = "0.14" }
2222
prost-types = { version = "0.14" }
2323
prettyplease = { version = "0.2" }

0 commit comments

Comments
 (0)