Skip to content

Commit 54df301

Browse files
committed
exlude prom from CI
1 parent ee3ddfb commit 54df301

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ members = [
77
"examples/*",
88
"stress",
99
]
10-
# Any deleted crates with remaining README
11-
exclude = []
10+
# Crates temporarily excluded from the workspace
11+
exclude = ["opentelemetry-prometheus"]
1212
resolver = "2"
1313

1414
[profile.bench]

0 commit comments

Comments
 (0)