Skip to content

Commit

Permalink
Add _program suffix to directories of crates with _program suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
garious committed Mar 21, 2019
1 parent 4bb8861 commit d0761f5
Show file tree
Hide file tree
Showing 23 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ members = [
"metrics",
"programs/bpf",
"programs/bpf_loader",
"programs/budget",
"programs/budget_api",
"programs/config",
"programs/budget_program",
"programs/config_api",
"programs/token",
"programs/config_program",
"programs/token_api",
"programs/failure",
"programs/noop",
"programs/storage",
"programs/token_program",
"programs/failure_program",
"programs/noop_program",
"programs/storage_api",
"programs/vote",
"programs/storage_program",
"programs/vote_api",
"programs/vote_program",
"replicator",
"sdk",
"upload-perf",
Expand Down
4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ untrusted = "0.6.2"
[dev-dependencies]
hex-literal = "0.1.4"
matches = "0.1.6"
solana-vote-program = { path = "../programs/vote", version = "0.13.0" }
solana-budget-program = { path = "../programs/budget", version = "0.13.0" }
solana-vote-program = { path = "../programs/vote_program", version = "0.13.0" }
solana-budget-program = { path = "../programs/budget_program", version = "0.13.0" }

[[bench]]
name = "banking_stage"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ solana-vote-api = { path = "../programs/vote_api", version = "0.13.0" }
solana-vote-signer = { path = "../vote-signer", version = "0.13.0" }

[dev-dependencies]
solana-budget-program = { path = "../programs/budget", version = "0.13.0" }
solana-budget-program = { path = "../programs/budget_program", version = "0.13.0" }
solana = { path = "../core", version = "0.13.0" }

[features]
Expand Down

0 comments on commit d0761f5

Please sign in to comment.