Skip to content

Commit

Permalink
Merge pull request #1 from Mythic-Project/nft-voter-v0.2.3
Browse files Browse the repository at this point in the history
Update nft-voter version to 0.2.3
  • Loading branch information
SebastianBor authored Nov 15, 2024
2 parents 8aec2c0 + 2555bca commit 526e44c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.

6 changes: 3 additions & 3 deletions programs/nft-voter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gpl-nft-voter"
version = "0.2.2"
version = "0.2.3"
description = "SPL Governance addin implementing NFT based governance"
license = "Apache-2.0"
edition = "2018"
Expand All @@ -25,8 +25,8 @@ itertools = "0.10.2"
mpl-token-metadata = "^4.1.2"
solana-program = "1.18.18"
spl-governance = { version = "4.0", features = ["no-entrypoint"] }
spl-governance-tools = "0.1.4"
spl-token = { version = "4.0", features = [ "no-entrypoint" ] }
spl-governance-tools = "0.1.4"
spl-token = { version = "4.0", features = ["no-entrypoint"] }

[dev-dependencies]
borsh = "0.10.3"
Expand Down

0 comments on commit 526e44c

Please sign in to comment.