Bump version to v1.7.0
This commit is contained in:
committed by
mergify[bot]
parent
186b342453
commit
0c9ca5522c
@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.foundation>"]
|
||||
edition = "2018"
|
||||
name = "solana-cli-output"
|
||||
description = "Blockchain, Rebuilt for Scale"
|
||||
version = "1.6.0"
|
||||
version = "1.7.0"
|
||||
repository = "https://github.com/solana-labs/solana"
|
||||
license = "Apache-2.0"
|
||||
homepage = "https://solana.com/"
|
||||
@ -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.6.0" }
|
||||
solana-clap-utils = { path = "../clap-utils", version = "1.6.0" }
|
||||
solana-client = { path = "../client", version = "1.6.0" }
|
||||
solana-sdk = { path = "../sdk", version = "1.6.0" }
|
||||
solana-stake-program = { path = "../programs/stake", version = "1.6.0" }
|
||||
solana-transaction-status = { path = "../transaction-status", version = "1.6.0" }
|
||||
solana-vote-program = { path = "../programs/vote", version = "1.6.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"]
|
||||
|
Reference in New Issue
Block a user