Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 520f2b5

Browse files
committed
Disable metrics_service, cannot publish with grpcio dependency
1 parent afe3b42 commit 520f2b5

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/metrics/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2018"
1010

1111
[dependencies]
1212
futures = "0.1.28"
13-
grpcio = { version = "=0.5.0-alpha.4", default-features = false, optional = true }
13+
# grpcio = { version = "=0.5.0-alpha.4", default-features = false, optional = true }
1414
hyper = "0.12.34"
1515
lazy_static = "1.3.0"
1616
serde_json = "1.0.40"
@@ -24,5 +24,5 @@ rusty-fork = "0.2.1"
2424
assert_approx_eq = "1.1.0"
2525

2626
[features]
27-
service-metrics = ["grpcio"]
28-
default = ["service-metrics"]
27+
# service-metrics = ["grpcio"]
28+
# default = ["service-metrics"]

0 commit comments

Comments
 (0)