Skip to content
This repository was 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 Jul 4, 2023
1 parent 74fcd6d commit 64b62b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion banking-bench2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ license = { workspace = true }
edition = { workspace = true }

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

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

[features]
dev-context-only-utils = []

0 comments on commit 64b62b8

Please sign in to comment.