Skip to content

Commit 391956f

Browse files
authored
chore: Prevent libtest being added to bench builds (open-telemetry#2705)
1 parent fa0b014 commit 391956f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,8 @@ name = "logs"
4444
harness = false
4545
required-features = ["spec_unstable_logs_enabled"]
4646

47+
[lib]
48+
bench = false
49+
4750
[lints]
4851
workspace = true

0 commit comments

Comments
 (0)