Skip to content

Commit

Permalink
fix formating in cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
StanChe committed Sep 25, 2024
1 parent cd5704e commit c3010c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/bubblegum/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ bytemuck = "1.13.0"
mpl-token-metadata = "4.1.2"
num-traits = "0.2.15"
solana-program = "~1.18.15"
spl-account-compression = {version = "0.4.0", features = ["cpi"] }
spl-account-compression = { version = "0.4.0", features = ["cpi"] }
spl-associated-token-account = { version = ">= 1.1.3, < 3.0", features = ["no-entrypoint"] }
spl-token = { version = ">= 3.5.0, < 5.0", features = ["no-entrypoint"] }
mplx-staking-states = { git = "https://github.com/metaplex-foundation/aura-staking.git" }
Expand Down

0 comments on commit c3010c1

Please sign in to comment.