Skip to content

Commit ae4aa67

Browse files
Publish spl-token-client v0.16.1
1 parent c95f875 commit ae4aa67

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ solana-transaction-status = "2.2.0"
3333
spl-associated-token-account-client = { version = "2.0.0" }
3434
spl-token = { version = "8.0", features = ["no-entrypoint"] }
3535
spl-token-2022 = { version = "9.0.0", path = "../../program", features = ["no-entrypoint"] }
36-
spl-token-client = { version = "0.16.0", path = "../rust-legacy" }
36+
spl-token-client = { version = "0.16.1", path = "../rust-legacy" }
3737
spl-token-confidential-transfer-proof-generation = { version = "0.4.0", path = "../../confidential-transfer/proof-generation" }
3838
spl-token-metadata-interface = { version = "0.7.0" }
3939
spl-token-group-interface = { version = "0.6.0" }

clients/rust-legacy/Cargo.toml

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

0 commit comments

Comments
 (0)