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

Commit 48c5aa7

Browse files
committed
token-group-example: Bump to 0.2.0
1 parent ebc6db8 commit 48c5aa7

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.

token-collection/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ solana-program = ">=1.18.2,<=2"
1616
spl-pod = { version = "0.2", path = "../../libraries/pod" }
1717
spl-program-error = { version = "0.3.1" , path = "../../libraries/program-error" }
1818
spl-token-2022 = { version = "3.0", path = "../../token/program-2022", features = ["no-entrypoint"] }
19-
spl-token-group-example = { version = "0.1.0", path = "../../token-group/example", features = ["no-entrypoint"] }
19+
spl-token-group-example = { version = "0.2", path = "../../token-group/example", features = ["no-entrypoint"] }
2020
spl-token-group-interface = { version = "0.2", path = "../../token-group/interface" }
2121
spl-token-metadata-interface = { version = "0.2", path = "../../token-metadata/interface" }
2222
spl-type-length-value = { version = "0.4", path = "../../libraries/type-length-value" }

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

0 commit comments

Comments
 (0)