Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit a4a9ae0

Browse files
token-2022: bump program and client for a patch release (#4083)
1 parent 95a079a commit a4a9ae0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

token/client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "Apache-2.0"
66
name = "spl-token-client"
77
repository = "https://github.com/solana-labs/solana-program-library"
8-
version = "0.4.0"
8+
version = "0.4.1"
99

1010
[dependencies]
1111
async-trait = "0.1"

token/program-2022/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-2022"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
description = "Solana Program Library Token 2022"
55
authors = ["Solana Labs Maintainers <[email protected]>"]
66
repository = "https://github.com/solana-labs/solana-program-library"

0 commit comments

Comments
 (0)