Skip to content

Commit

Permalink
token-client: Bump for token-cli release (solana-labs#6636)
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque authored Apr 25, 2024
1 parent d015e26 commit 85a1a5d
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 = ">=1.18.11,<=2"
spl-token = { version = "4.0", path = "../../token/program", features = [
"no-entrypoint",
] }
spl-token-client = { version = "0.9.2", path = "../../token/client" }
spl-token-client = { version = "0.10.0", path = "../../token/client" }
spl-associated-token-account = { version = "3.0.2", path = "../../associated-token-account/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.4.3", path = "../../libraries/type-length
solana-program-test = ">=1.18.11,<=2"
solana-sdk = ">=1.18.11,<=2"
spl-discriminator = { version = "0.2.2", path = "../../libraries/discriminator" }
spl-token-client = { version = "0.9.2", path = "../../token/client" }
spl-token-client = { version = "0.10.0", 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.4.3", path = "../../libraries/type-length
solana-program-test = ">=1.18.11,<=2"
solana-sdk = ">=1.18.11,<=2"
spl-discriminator = { version = "0.2.2", path = "../../libraries/discriminator" }
spl-token-client = { version = "0.9.2", path = "../../token/client" }
spl-token-client = { version = "0.10.0", path = "../../token/client" }
spl-token-metadata-interface = { version = "0.3.3", 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.2.2", path = "../../libraries/pod" }
[dev-dependencies]
solana-program-test = ">=1.18.11,<=2"
solana-sdk = ">=1.18.11,<=2"
spl-token-client = { version = "0.9.2", path = "../../token/client" }
spl-token-client = { version = "0.10.0", 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 = ">=1.18.11,<=2"
spl-associated-token-account = { version = "3.0.2", path = "../../associated-token-account/program", features = ["no-entrypoint"] }
spl-token = { version = "4.0", path = "../../token/program", features = ["no-entrypoint"] }
spl-token-2022 = { version = "3.0.2", path = "../../token/program-2022", features = ["no-entrypoint"] }
spl-token-client = { version = "0.9.2", path = "../../token/client" }
spl-token-client = { version = "0.10.0", 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 = ">=1.18.11,<=2"
solana-sdk = ">=1.18.11,<=2"
spl-token = { version = "4.0", path = "../../token/program", features = ["no-entrypoint"] }
spl-token-client = { version = "0.9.2", path = "../../token/client" }
spl-token-client = { version = "0.10.0", 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 @@ -34,7 +34,7 @@ spl-token = { version = "4.0", path = "../program", features = [
spl-token-2022 = { version = "3.0.2", path = "../program-2022", features = [
"no-entrypoint",
] }
spl-token-client = { version = "0.9.2", path = "../client" }
spl-token-client = { version = "0.10.0", path = "../client" }
spl-token-metadata-interface = { version = "0.3.3", path = "../../token-metadata/interface" }
spl-token-group-interface = { version = "0.2.3", path = "../../token-group/interface" }
spl-associated-token-account = { version = "3.0.2", path = "../../associated-token-account/program", features = [
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.9.2"
version = "0.10.0"

[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 @@ -34,7 +34,7 @@ spl-instruction-padding = { version = "0.1.1", path = "../../instruction-padding
"no-entrypoint",
] }
spl-tlv-account-resolution = { version = "0.6.3", path = "../../libraries/tlv-account-resolution" }
spl-token-client = { version = "0.9.2", path = "../client" }
spl-token-client = { version = "0.10.0", path = "../client" }
spl-token-group-interface = { version = "0.2.3", path = "../../token-group/interface" }
spl-token-metadata-interface = { version = "0.3.3", 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 = ">=1.18.11,<=2"
spl-token-2022 = { version = "3.0.2", path = "../../program-2022", features = ["no-entrypoint"] }
spl-token-client = { version = "0.9.2", path = "../../client" }
spl-token-client = { version = "0.10.0", path = "../../client" }

[[bin]]
name = "spl-transfer-hook"
Expand Down

0 comments on commit 85a1a5d

Please sign in to comment.