Skip to content

Commit

Permalink
feat: update account compression
Browse files Browse the repository at this point in the history
  • Loading branch information
n00m4d committed Oct 18, 2024
1 parent c4c2c95 commit 59e983a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions 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 blockbuster/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "../README.md"
bytemuck = { version = "1.18.0", features = ["derive"] }
spl-token-2022 = { version = "1.0", features = ["no-entrypoint"] }

spl-account-compression = { version = "=0.4.0", features = ["no-entrypoint"] }
spl-account-compression = { version = "0.4.1", features = ["no-entrypoint"] }
spl-noop = { version = "0.2.0", features = ["no-entrypoint"] }
mpl-bubblegum = { git = "https://github.com/metaplex-foundation/mpl-bubblegum.git", rev = "07678e6", features = ["test-sbf", "serde"] }

Expand Down

0 comments on commit 59e983a

Please sign in to comment.