Skip to content

Commit 31b8912

Browse files
bryantbiggsmxpv
authored andcommitted
fix: Make cargo machete happy with tonic-prost changes
1 parent a63eb3c commit 31b8912

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ default = ["connect"]
5151
features = ["docs"]
5252

5353
[package.metadata.cargo-machete]
54-
ignored = ["prost"]
54+
ignored = ["prost", "tonic-prost"]

crates/snapshots/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ tonic-prost-build.workspace = true
4242
features = ["docs"]
4343

4444
[package.metadata.cargo-machete]
45-
ignored = ["prost"]
45+
ignored = ["prost", "tonic-prost"]

0 commit comments

Comments
 (0)