Skip to content

Commit c25daa6

Browse files
authored
fix(ci): remove comment from manifest to unblock version parsing (#2501)
## Motivation Ref: #2500 CI blocked because of `yq` failed to parse manifest with comments in array. ## Solution Removing the comments from manifest.
1 parent 3efc5f9 commit c25daa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ members = [
99
"tonic-reflection",
1010
"tonic-prost",
1111
"tonic-prost-build",
12-
"tonic-web", # Non-published crates
12+
"tonic-web",
1313
"examples",
1414
"codegen",
1515
"grpc",
1616
"xds-client",
1717
"tonic-xds",
18-
"interop", # Tests
18+
"interop",
1919
"tests/disable_comments",
2020
"tests/wellknown",
2121
"tests/wellknown-compiled",

0 commit comments

Comments
 (0)