From 6e592129d35710e20418a3d6773f9bd981424ff0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 13:20:18 +0000 Subject: [PATCH] Publish spl-token-client v0.14.0 --- Cargo.lock | 2 +- clients/cli/Cargo.toml | 2 +- clients/rust-legacy/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d3cd2449..00cbe4f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7991,7 +7991,7 @@ dependencies = [ [[package]] name = "spl-token-client" -version = "0.13.0" +version = "0.14.0" dependencies = [ "async-trait", "bincode", diff --git a/clients/cli/Cargo.toml b/clients/cli/Cargo.toml index 97ae09f8..1a4dd65a 100644 --- a/clients/cli/Cargo.toml +++ b/clients/cli/Cargo.toml @@ -33,7 +33,7 @@ solana-transaction-status = "2.1.0" spl-associated-token-account-client = { version = "2.0.0" } spl-token = { version = "7.0", features = ["no-entrypoint"] } spl-token-2022 = { version = "7.0.0", path = "../../program", features = ["no-entrypoint"] } -spl-token-client = { version = "0.13.0", path = "../rust-legacy" } +spl-token-client = { version = "0.14.0", path = "../rust-legacy" } spl-token-confidential-transfer-proof-generation = { version = "0.3.0", path = "../../confidential-transfer/proof-generation" } spl-token-metadata-interface = { version = "0.6.0" } spl-token-group-interface = { version = "0.5.0" } diff --git a/clients/rust-legacy/Cargo.toml b/clients/rust-legacy/Cargo.toml index fb1ee8a5..16e96533 100644 --- a/clients/rust-legacy/Cargo.toml +++ b/clients/rust-legacy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spl-token-client" -version = "0.13.0" +version = "0.14.0" description = "SPL-Token Rust Client" documentation = "https://docs.rs/spl-token-client" readme = "README.md"