Bump version to 1.10.1 (#23453)

This commit is contained in:
Will Hickey
2022-03-02 13:47:01 -06:00
committed by GitHub
parent 41ab690a61
commit 1a99251498
139 changed files with 1075 additions and 1075 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "solana-rpc-test"
version = "1.10.0"
version = "1.10.1"
description = "Solana RPC Test"
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
repository = "https://github.com/solana-labs/solana"
@ -18,17 +18,17 @@ log = "0.4.11"
reqwest = { version = "0.11.9", default-features = false, features = ["blocking", "rustls-tls", "json"] }
serde = "1.0.136"
serde_json = "1.0.78"
solana-account-decoder = { path = "../account-decoder", version = "=1.10.0" }
solana-client = { path = "../client", version = "=1.10.0" }
solana-rpc = { path = "../rpc", version = "=1.10.0" }
solana-sdk = { path = "../sdk", version = "=1.10.0" }
solana-streamer = { path = "../streamer", version = "=1.10.0" }
solana-test-validator = { path = "../test-validator", version = "=1.10.0" }
solana-transaction-status = { path = "../transaction-status", version = "=1.10.0" }
solana-account-decoder = { path = "../account-decoder", version = "=1.10.1" }
solana-client = { path = "../client", version = "=1.10.1" }
solana-rpc = { path = "../rpc", version = "=1.10.1" }
solana-sdk = { path = "../sdk", version = "=1.10.1" }
solana-streamer = { path = "../streamer", version = "=1.10.1" }
solana-test-validator = { path = "../test-validator", version = "=1.10.1" }
solana-transaction-status = { path = "../transaction-status", version = "=1.10.1" }
tokio = { version = "1", features = ["full"] }
[dev-dependencies]
solana-logger = { path = "../logger", version = "=1.10.0" }
solana-logger = { path = "../logger", version = "=1.10.1" }
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]