Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
n00m4d committed Oct 16, 2024
1 parent d546a8c commit 127af96
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions blockbuster/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@ edition = "2021"
readme = "../README.md"

[dependencies]
bytemuck = { version = "1.17.0", features = ["derive"] }
bytemuck = { version = "1.18.0", features = ["derive"] }
spl-token-2022 = { version = "1.0", features = ["no-entrypoint"] }

# Update these deps to original SPL crate after merging 'feature/init_with_root' changes into original repo.
spl-account-compression = { git = "https://github.com/StanChe/solana-program-library.git", rev = "f343436", features = ["no-entrypoint"] }
spl-noop = { git = "https://github.com/StanChe/solana-program-library.git", rev = "f343436", features = ["no-entrypoint"] }
mpl-bubblegum = { git = "https://github.com/adm-metaex/mpl-bubblegum", rev = "d27bc9b", features = ["test-sbf", "serde"] }
# ^^^
spl-account-compression = { git = "https://github.com/solana-labs/solana-program-library.git", rev = "b8615ab", features = ["no-entrypoint"] }
spl-noop = { git = "https://github.com/solana-labs/solana-program-library.git", rev = "b8615ab", features = ["no-entrypoint"] }
mpl-bubblegum = { git = "https://github.com/metaplex-foundation/mpl-bubblegum.git", rev = "07678e6", features = ["test-sbf", "serde"] }

mpl-core = { version = "=0.8.0-beta.1", features = ["serde"] }
mpl-token-metadata = { version = "4.1.1", features = ["serde"] }
Expand Down

0 comments on commit 127af96

Please sign in to comment.