Skip to content

Commit

Permalink
token-group-example: Bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Mar 28, 2024
1 parent ebc6db8 commit 48c5aa7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion token-collection/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ solana-program = ">=1.18.2,<=2"
spl-pod = { version = "0.2", path = "../../libraries/pod" }
spl-program-error = { version = "0.3.1" , path = "../../libraries/program-error" }
spl-token-2022 = { version = "3.0", path = "../../token/program-2022", features = ["no-entrypoint"] }
spl-token-group-example = { version = "0.1.0", path = "../../token-group/example", features = ["no-entrypoint"] }
spl-token-group-example = { version = "0.2", path = "../../token-group/example", features = ["no-entrypoint"] }
spl-token-group-interface = { version = "0.2", path = "../../token-group/interface" }
spl-token-metadata-interface = { version = "0.2", path = "../../token-metadata/interface" }
spl-type-length-value = { version = "0.4", path = "../../libraries/type-length-value" }
Expand Down
2 changes: 1 addition & 1 deletion token-group/example/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spl-token-group-example"
version = "0.1.0"
version = "0.2.0"
description = "Solana Program Library Token Group Example"
authors = ["Solana Labs Maintainers <maintainers@solanalabs.com>"]
repository = "https://github.com/solana-labs/solana-program-library"
Expand Down

0 comments on commit 48c5aa7

Please sign in to comment.