chore(types): Turn off unused features (#1266)

This commit is contained in:
tottoto
2023-02-14 14:47:43 +00:00
committed by GitHub
parent d9a8f10324
commit 3f4d7432b9
3 changed files with 9 additions and 4 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ version = "0.6.1"
[dependencies]
prost = "0.11"
prost-types = "0.11"
tonic = {version = "0.8", path = "../tonic"}
tonic = {version = "0.8", path = "../tonic", default-features = false}
[dev-dependencies]
tonic-build = {version = "0.8", path = "../tonic-build", features = ["prost", "cleanup-markdown"]}
tonic-build = {version = "0.8", path = "../tonic-build", default-features = false, features = ["prost", "cleanup-markdown"]}