Skip to content

Commit 4d68d70

Browse files
Publish spl-token-client v0.18.0
1 parent 3350a3b commit 4d68d70

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
@@ -37,7 +37,7 @@ spl-pod = { version = "0.7.1" }
3737
spl-token-interface = "2.0.0"
3838
spl-token-2022-interface = { version = "2.0.0", path = "../../interface" }
3939
spl-token-2022 = { version = "10.0.0", path = "../../program", features = ["no-entrypoint"] }
40-
spl-token-client = { version = "0.17.0", path = "../rust-legacy" }
40+
spl-token-client = { version = "0.18.0", path = "../rust-legacy" }
4141
spl-token-confidential-transfer-proof-generation = { version = "0.5.0", path = "../../confidential/proof-generation" }
4242
spl-token-metadata-interface = { version = "0.8.0" }
4343
spl-token-group-interface = { version = "0.7.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.17.0"
3+
version = "0.18.0"
44
description = "SPL-Token Rust Client"
55
documentation = "https://docs.rs/spl-token-client"
66
readme = "README.md"

0 commit comments

Comments
 (0)