Skip to content

Commit 6e59212

Browse files
Publish spl-token-client v0.14.0
1 parent b2dc996 commit 6e59212

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ solana-transaction-status = "2.1.0"
3333
spl-associated-token-account-client = { version = "2.0.0" }
3434
spl-token = { version = "7.0", features = ["no-entrypoint"] }
3535
spl-token-2022 = { version = "7.0.0", path = "../../program", features = ["no-entrypoint"] }
36-
spl-token-client = { version = "0.13.0", path = "../rust-legacy" }
36+
spl-token-client = { version = "0.14.0", path = "../rust-legacy" }
3737
spl-token-confidential-transfer-proof-generation = { version = "0.3.0", path = "../../confidential-transfer/proof-generation" }
3838
spl-token-metadata-interface = { version = "0.6.0" }
3939
spl-token-group-interface = { version = "0.5.0" }

clients/rust-legacy/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spl-token-client"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
description = "SPL-Token Rust Client"
55
documentation = "https://docs.rs/spl-token-client"
66
readme = "README.md"

0 commit comments

Comments
 (0)