Bump version to 1.8.2
This commit is contained in:
committed by
Trent Nelson
parent
8cba6cca76
commit
23b6ce7980
@@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.foundation>"]
|
||||
edition = "2018"
|
||||
name = "solana-cli-output"
|
||||
description = "Blockchain, Rebuilt for Scale"
|
||||
version = "1.8.1"
|
||||
version = "1.8.2"
|
||||
repository = "https://github.com/solana-labs/solana"
|
||||
license = "Apache-2.0"
|
||||
homepage = "https://solana.com/"
|
||||
@@ -20,12 +20,12 @@ 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.8.1" }
|
||||
solana-clap-utils = { path = "../clap-utils", version = "=1.8.1" }
|
||||
solana-client = { path = "../client", version = "=1.8.1" }
|
||||
solana-sdk = { path = "../sdk", version = "=1.8.1" }
|
||||
solana-transaction-status = { path = "../transaction-status", version = "=1.8.1" }
|
||||
solana-vote-program = { path = "../programs/vote", version = "=1.8.1" }
|
||||
solana-account-decoder = { path = "../account-decoder", version = "=1.8.2" }
|
||||
solana-clap-utils = { path = "../clap-utils", version = "=1.8.2" }
|
||||
solana-client = { path = "../client", version = "=1.8.2" }
|
||||
solana-sdk = { path = "../sdk", version = "=1.8.2" }
|
||||
solana-transaction-status = { path = "../transaction-status", version = "=1.8.2" }
|
||||
solana-vote-program = { path = "../programs/vote", version = "=1.8.2" }
|
||||
spl-memo = { version = "=3.0.1", features = ["no-entrypoint"] }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
|
Reference in New Issue
Block a user