Skip to content

Commit ce5539f

Browse files
Publish spl-token-client v0.17.0
1 parent 6621213 commit ce5539f

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
@@ -34,7 +34,7 @@ solana-transaction-status = "2.3.4"
3434
spl-associated-token-account-client = { version = "2.0.0" }
3535
spl-token = { version = "8.0", features = ["no-entrypoint"] }
3636
spl-token-2022 = { version = "9.0.0", path = "../../program", features = ["no-entrypoint"] }
37-
spl-token-client = { version = "0.16.1", path = "../rust-legacy" }
37+
spl-token-client = { version = "0.17.0", path = "../rust-legacy" }
3838
spl-token-confidential-transfer-proof-generation = { version = "0.4.1" }
3939
spl-token-metadata-interface = { version = "0.7.0" }
4040
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.1"
3+
version = "0.17.0"
44
description = "SPL-Token Rust Client"
55
documentation = "https://docs.rs/spl-token-client"
66
readme = "README.md"

0 commit comments

Comments
 (0)