Bump version to 1.8.4 (#21232) (#21235)

Co-authored-by: sakridge <sakridge@gmail.com>
This commit is contained in:
Tyera Eulberg
2021-11-10 15:20:41 -07:00
committed by GitHub
parent de94c4e867
commit 09ef4d12f7
125 changed files with 931 additions and 931 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "solana-client"
version = "1.8.3"
version = "1.8.4"
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.8.3" }
solana-clap-utils = { path = "../clap-utils", version = "=1.8.3" }
solana-faucet = { path = "../faucet", version = "=1.8.3" }
solana-net-utils = { path = "../net-utils", version = "=1.8.3" }
solana-sdk = { path = "../sdk", version = "=1.8.3" }
solana-transaction-status = { path = "../transaction-status", version = "=1.8.3" }
solana-version = { path = "../version", version = "=1.8.3" }
solana-vote-program = { path = "../programs/vote", version = "=1.8.3" }
solana-account-decoder = { path = "../account-decoder", version = "=1.8.4" }
solana-clap-utils = { path = "../clap-utils", version = "=1.8.4" }
solana-faucet = { path = "../faucet", version = "=1.8.4" }
solana-net-utils = { path = "../net-utils", version = "=1.8.4" }
solana-sdk = { path = "../sdk", version = "=1.8.4" }
solana-transaction-status = { path = "../transaction-status", version = "=1.8.4" }
solana-version = { path = "../version", version = "=1.8.4" }
solana-vote-program = { path = "../programs/vote", version = "=1.8.4" }
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.8.3" }
solana-logger = { path = "../logger", version = "=1.8.4" }
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]