=1.7.0
This commit is contained in:
committed by
mergify[bot]
parent
5760cf0f41
commit
a2eb655322
@@ -11,15 +11,15 @@ documentation = "https://docs.rs/solana-stake-accounts"
|
||||
|
||||
[dependencies]
|
||||
clap = "2.33.1"
|
||||
solana-clap-utils = { path = "../clap-utils", version = "1.7.0" }
|
||||
solana-cli-config = { path = "../cli-config", version = "1.7.0" }
|
||||
solana-client = { path = "../client", version = "1.7.0" }
|
||||
solana-remote-wallet = { path = "../remote-wallet", version = "1.7.0" }
|
||||
solana-sdk = { path = "../sdk", version = "1.7.0" }
|
||||
solana-stake-program = { path = "../programs/stake", version = "1.7.0" }
|
||||
solana-clap-utils = { path = "../clap-utils", version = "=1.7.0" }
|
||||
solana-cli-config = { path = "../cli-config", version = "=1.7.0" }
|
||||
solana-client = { path = "../client", version = "=1.7.0" }
|
||||
solana-remote-wallet = { path = "../remote-wallet", version = "=1.7.0" }
|
||||
solana-sdk = { path = "../sdk", version = "=1.7.0" }
|
||||
solana-stake-program = { path = "../programs/stake", version = "=1.7.0" }
|
||||
|
||||
[dev-dependencies]
|
||||
solana-runtime = { path = "../runtime", version = "1.7.0" }
|
||||
solana-runtime = { path = "../runtime", version = "=1.7.0" }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
Reference in New Issue
Block a user