* chore: bump tarpc from 0.26.2 to 0.27.2 Bumps [tarpc](https://github.com/google/tarpc) from 0.26.2 to 0.27.2. - [Release notes](https://github.com/google/tarpc/releases) - [Changelog](https://github.com/google/tarpc/blob/master/RELEASES.md) - [Commits](https://github.com/google/tarpc/commits) --- updated-dependencies: - dependency-name: tarpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * [auto-commit] Update all Cargo lock files * Accommodate breaking changes * Reword incorrect error message * Add error module * Revert client Error type to io::Error; easy transition to BanksClientError * Bump tracing crates in programs Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com> Co-authored-by: Tyera Eulberg <tyera@solana.com>
23 lines
656 B
TOML
23 lines
656 B
TOML
[package]
|
|
name = "solana-banks-interface"
|
|
version = "1.10.0"
|
|
description = "Solana banks RPC interface"
|
|
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
|
|
repository = "https://github.com/solana-labs/solana"
|
|
license = "Apache-2.0"
|
|
homepage = "https://solana.com/"
|
|
documentation = "https://docs.rs/solana-banks-interface"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0.132", features = ["derive"] }
|
|
solana-sdk = { path = "../sdk", version = "=1.10.0" }
|
|
tarpc = { version = "0.27.2", features = ["full"] }
|
|
|
|
[lib]
|
|
crate-type = ["lib"]
|
|
name = "solana_banks_interface"
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|