Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
make ci pass with properly _tainted_ child dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Jun 30, 2023
1 parent d446e6f commit 0cd0402
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion banking-bench2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ license = { workspace = true }
edition = { workspace = true }

[dependencies]
solana-banking-bench = { workspace = true }
solana-banking-bench = { workspace = true, features = ["dev-utils"] }

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

[features]
dev-utils-ci-marker = ["dev-utils"]
dev-utils = []

0 comments on commit 0cd0402

Please sign in to comment.