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

Commit

Permalink
make ci fail with dev-utils misuse as normal dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Jun 30, 2023
1 parent 4a97ca1 commit 52bd24e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion banking-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ solana-measure = { workspace = true }
solana-perf = { workspace = true }
solana-poh = { workspace = true }
solana-runtime = { workspace = true }
solana-sdk = { workspace = true }
solana-sdk = { workspace = true, features = ["dev-utils"] }
solana-streamer = { workspace = true }
solana-tpu-client = { workspace = true }
solana-version = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ full = [
"sha3",
"digest",
]
dev-utils = []

[dependencies]
assert_matches = { workspace = true, optional = true }
Expand Down

0 comments on commit 52bd24e

Please sign in to comment.