This commit is contained in:
Michael Vines
2021-03-15 22:16:08 -07:00
committed by mergify[bot]
parent 5760cf0f41
commit a2eb655322
104 changed files with 469 additions and 469 deletions

View File

@ -18,13 +18,13 @@ indicatif = "0.15.0"
serde = "1.0.122"
serde_derive = "1.0.103"
serde_json = "1.0.56"
solana-account-decoder = { path = "../account-decoder", version = "1.7.0" }
solana-clap-utils = { path = "../clap-utils", version = "1.7.0" }
solana-client = { path = "../client", version = "1.7.0" }
solana-sdk = { path = "../sdk", version = "1.7.0" }
solana-stake-program = { path = "../programs/stake", version = "1.7.0" }
solana-transaction-status = { path = "../transaction-status", version = "1.7.0" }
solana-vote-program = { path = "../programs/vote", version = "1.7.0" }
solana-account-decoder = { path = "../account-decoder", version = "=1.7.0" }
solana-clap-utils = { path = "../clap-utils", version = "=1.7.0" }
solana-client = { path = "../client", version = "=1.7.0" }
solana-sdk = { path = "../sdk", version = "=1.7.0" }
solana-stake-program = { path = "../programs/stake", version = "=1.7.0" }
solana-transaction-status = { path = "../transaction-status", version = "=1.7.0" }
solana-vote-program = { path = "../programs/vote", version = "=1.7.0" }
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]