Bump 1.7 version (#19943)

This commit is contained in:
sakridge
2021-09-16 22:16:09 +03:00
committed by GitHub
parent ca83167cfc
commit 70d556782b
122 changed files with 902 additions and 902 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "solana-client"
version = "1.7.12"
version = "1.7.13"
description = "Solana Client"
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
repository = "https://github.com/solana-labs/solana"
@@ -24,14 +24,14 @@ semver = "0.11.0"
serde = "1.0.122"
serde_derive = "1.0.103"
serde_json = "1.0.56"
solana-account-decoder = { path = "../account-decoder", version = "=1.7.12" }
solana-clap-utils = { path = "../clap-utils", version = "=1.7.12" }
solana-faucet = { path = "../faucet", version = "=1.7.12" }
solana-net-utils = { path = "../net-utils", version = "=1.7.12" }
solana-sdk = { path = "../sdk", version = "=1.7.12" }
solana-transaction-status = { path = "../transaction-status", version = "=1.7.12" }
solana-version = { path = "../version", version = "=1.7.12" }
solana-vote-program = { path = "../programs/vote", version = "=1.7.12" }
solana-account-decoder = { path = "../account-decoder", version = "=1.7.13" }
solana-clap-utils = { path = "../clap-utils", version = "=1.7.13" }
solana-faucet = { path = "../faucet", version = "=1.7.13" }
solana-net-utils = { path = "../net-utils", version = "=1.7.13" }
solana-sdk = { path = "../sdk", version = "=1.7.13" }
solana-transaction-status = { path = "../transaction-status", version = "=1.7.13" }
solana-version = { path = "../version", version = "=1.7.13" }
solana-vote-program = { path = "../programs/vote", version = "=1.7.13" }
thiserror = "1.0"
tokio = { version = "1", features = ["full"] }
tungstenite = "0.10.1"
@@ -40,7 +40,7 @@ url = "2.1.1"
[dev-dependencies]
assert_matches = "1.3.0"
jsonrpc-http-server = "18.0.0"
solana-logger = { path = "../logger", version = "=1.7.12" }
solana-logger = { path = "../logger", version = "=1.7.13" }
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]