Skip to content

Commit

Permalink
Publish token-client v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 3, 2024
1 parent 070934a commit cc1a7b0
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion single-pool/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
] }
Expand Down
2 changes: 1 addition & 1 deletion token-collection/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion token-group/example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion token-metadata/example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion token-upgrade/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

Expand Down
2 changes: 1 addition & 1 deletion token-upgrade/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion token/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion token/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion token/program-2022-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion token/transfer-hook/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down

0 comments on commit cc1a7b0

Please sign in to comment.