Skip to content

Commit 2b1e7b1

Browse files
Publish spl-token-group-interface v0.6.0
1 parent c078a67 commit 2b1e7b1

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

interface/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-group-interface"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "Solana Program Library Token Group Interface"
55
documentation = "https://docs.rs/spl-token-group-interface"
66
authors = { workspace = true }

program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ test-sbf = []
1717
solana-program = "2.2.1"
1818
spl-pod = "0.5.1"
1919
spl-token-2022 = { version = "7.0.0", features = ["no-entrypoint"] }
20-
spl-token-group-interface = { version = "0.5.0", path = "../interface" }
20+
spl-token-group-interface = { version = "0.6.0", path = "../interface" }
2121
spl-type-length-value = "0.8.0"
2222

2323
[dev-dependencies]

0 commit comments

Comments
 (0)