Skip to content

Commit de4b4d4

Browse files
committed
fix: no benches for datadog-profiling-validator
1 parent 20af346 commit de4b4d4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

datadog-profiling-validator/Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ license.workspace = true
88
[dependencies]
99
clap = { version = "4", features = ["cargo", "color", "derive"] }
1010
datadog-profiling-protobuf = { path = "../datadog-profiling-protobuf", features = ["prost_impls"] }
11-
thiserror = "1"
11+
thiserror = "1"
12+
13+
[[bin]]
14+
name = "datadog-profiling-validator"
15+
bench = false

0 commit comments

Comments
 (0)