From cc1a7b072347588da4444661d6295783ce2b5407 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 16:33:01 +0000 Subject: [PATCH] Publish token-client v0.12.1 --- Cargo.lock | 2 +- single-pool/cli/Cargo.toml | 2 +- token-collection/program/Cargo.toml | 2 +- token-group/example/Cargo.toml | 2 +- token-metadata/example/Cargo.toml | 2 +- token-upgrade/cli/Cargo.toml | 2 +- token-upgrade/program/Cargo.toml | 2 +- token/cli/Cargo.toml | 2 +- token/client/Cargo.toml | 2 +- token/program-2022-test/Cargo.toml | 2 +- token/transfer-hook/cli/Cargo.toml | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 542a5e43bbb..adfb455bc27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7664,7 +7664,7 @@ dependencies = [ [[package]] name = "spl-token-client" -version = "0.12.0" +version = "0.12.1" dependencies = [ "async-trait", "bincode", diff --git a/single-pool/cli/Cargo.toml b/single-pool/cli/Cargo.toml index 19e1bf272a6..4bdede88303 100644 --- a/single-pool/cli/Cargo.toml +++ b/single-pool/cli/Cargo.toml @@ -30,7 +30,7 @@ solana-vote-program = "2.0.3" spl-token = { version = "6.0", path = "../../token/program", features = [ "no-entrypoint", ] } -spl-token-client = { version = "0.12.0", path = "../../token/client" } +spl-token-client = { version = "0.12.1", path = "../../token/client" } spl-single-pool = { version = "1.0.0", path = "../program", features = [ "no-entrypoint", ] } diff --git a/token-collection/program/Cargo.toml b/token-collection/program/Cargo.toml index bbf5e2445a7..2b615b0daac 100644 --- a/token-collection/program/Cargo.toml +++ b/token-collection/program/Cargo.toml @@ -25,7 +25,7 @@ spl-type-length-value = { version = "0.6.0", path = "../../libraries/type-length solana-program-test = "2.0.3" solana-sdk = "2.0.3" spl-discriminator = { version = "0.3.0", path = "../../libraries/discriminator" } -spl-token-client = { version = "0.12.0", path = "../../token/client" } +spl-token-client = { version = "0.12.1", path = "../../token/client" } [lib] crate-type = ["cdylib", "lib"] diff --git a/token-group/example/Cargo.toml b/token-group/example/Cargo.toml index 845829d7e21..ce91692fe36 100644 --- a/token-group/example/Cargo.toml +++ b/token-group/example/Cargo.toml @@ -22,7 +22,7 @@ spl-type-length-value = { version = "0.6.0", path = "../../libraries/type-length solana-program-test = "2.0.3" solana-sdk = "2.0.3" spl-discriminator = { version = "0.3.0", path = "../../libraries/discriminator" } -spl-token-client = { version = "0.12.0", path = "../../token/client" } +spl-token-client = { version = "0.12.1", path = "../../token/client" } spl-token-metadata-interface = { version = "0.5.1", path = "../../token-metadata/interface" } [lib] diff --git a/token-metadata/example/Cargo.toml b/token-metadata/example/Cargo.toml index 958a5e3180f..11b6513ce30 100644 --- a/token-metadata/example/Cargo.toml +++ b/token-metadata/example/Cargo.toml @@ -21,7 +21,7 @@ spl-pod = { version = "0.4.0", path = "../../libraries/pod" } [dev-dependencies] solana-program-test = "2.0.3" solana-sdk = "2.0.3" -spl-token-client = { version = "0.12.0", path = "../../token/client" } +spl-token-client = { version = "0.12.1", path = "../../token/client" } test-case = "3.3" [lib] diff --git a/token-upgrade/cli/Cargo.toml b/token-upgrade/cli/Cargo.toml index af0f3ad4b75..531f2b54388 100644 --- a/token-upgrade/cli/Cargo.toml +++ b/token-upgrade/cli/Cargo.toml @@ -22,7 +22,7 @@ solana-sdk = "2.0.3" spl-associated-token-account-client = { version = "1.0.0", path = "../../associated-token-account/client" } spl-token = { version = "6.0", path = "../../token/program", features = ["no-entrypoint"] } spl-token-2022 = { version = "5.0.2", path = "../../token/program-2022", features = ["no-entrypoint"] } -spl-token-client = { version = "0.12.0", path = "../../token/client" } +spl-token-client = { version = "0.12.1", path = "../../token/client" } spl-token-upgrade = { version = "0.1", path = "../program", features = ["no-entrypoint"] } tokio = { version = "1", features = ["full"] } diff --git a/token-upgrade/program/Cargo.toml b/token-upgrade/program/Cargo.toml index 47c7f453f73..287dccdf471 100644 --- a/token-upgrade/program/Cargo.toml +++ b/token-upgrade/program/Cargo.toml @@ -23,7 +23,7 @@ thiserror = "1.0" solana-program-test = "2.0.3" solana-sdk = "2.0.3" spl-token = { version = "6.0", path = "../../token/program", features = ["no-entrypoint"] } -spl-token-client = { version = "0.12.0", path = "../../token/client" } +spl-token-client = { version = "0.12.1", path = "../../token/client" } test-case = "3.3" [lib] diff --git a/token/cli/Cargo.toml b/token/cli/Cargo.toml index 12cf877c473..5e7931dfe44 100644 --- a/token/cli/Cargo.toml +++ b/token/cli/Cargo.toml @@ -35,7 +35,7 @@ spl-token = { version = "6.0", path = "../program", features = [ spl-token-2022 = { version = "5.0.2", path = "../program-2022", features = [ "no-entrypoint", ] } -spl-token-client = { version = "0.12.0", path = "../client" } +spl-token-client = { version = "0.12.1", path = "../client" } spl-token-confidential-transfer-proof-generation = { version = "0.1.0", path = "../confidential-transfer/proof-generation" } spl-token-metadata-interface = { version = "0.5.1", path = "../../token-metadata/interface" } spl-token-group-interface = { version = "0.4.2", path = "../../token-group/interface" } diff --git a/token/client/Cargo.toml b/token/client/Cargo.toml index f74ca326086..93358add34d 100644 --- a/token/client/Cargo.toml +++ b/token/client/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "Apache-2.0" name = "spl-token-client" repository = "https://github.com/solana-labs/solana-program-library" -version = "0.12.0" +version = "0.12.1" [dependencies] async-trait = "0.1" diff --git a/token/program-2022-test/Cargo.toml b/token/program-2022-test/Cargo.toml index 7c5f80addc7..698114bc11e 100644 --- a/token/program-2022-test/Cargo.toml +++ b/token/program-2022-test/Cargo.toml @@ -39,7 +39,7 @@ spl-instruction-padding = { version = "0.2.0", path = "../../instruction-padding "no-entrypoint", ] } spl-tlv-account-resolution = { version = "0.8.1", path = "../../libraries/tlv-account-resolution" } -spl-token-client = { version = "0.12.0", path = "../client" } +spl-token-client = { version = "0.12.1", path = "../client" } spl-token-group-interface = { version = "0.4.2", path = "../../token-group/interface" } spl-token-metadata-interface = { version = "0.5.1", path = "../../token-metadata/interface" } spl-transfer-hook-example = { version = "0.6", path = "../transfer-hook/example", features = [ diff --git a/token/transfer-hook/cli/Cargo.toml b/token/transfer-hook/cli/Cargo.toml index c4770d77228..ea989fe4e32 100644 --- a/token/transfer-hook/cli/Cargo.toml +++ b/token/transfer-hook/cli/Cargo.toml @@ -29,7 +29,7 @@ serde_yaml = "0.9.34" [dev-dependencies] solana-test-validator = "2.0.3" spl-token-2022 = { version = "5.0.2", path = "../../program-2022", features = ["no-entrypoint"] } -spl-token-client = { version = "0.12.0", path = "../../client" } +spl-token-client = { version = "0.12.1", path = "../../client" } spl-transfer-hook-example = { version = "0.6.0", path = "../example" } [[bin]]