Skip to content

Commit 8a3ec23

Browse files
committed
ignore tonic-prost for cargo-machete
1 parent 01ccecf commit 8a3ec23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tracing-grpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ tonic-prost-build = { workspace = true }
3232

3333
[package.metadata.cargo-machete]
3434
ignored = [
35-
"prost" # needed for `tonic-build`
35+
"prost", "tonic-prost" # needed for `tonic-build`
3636
]

0 commit comments

Comments
 (0)