diff --git a/programs/bubblegum/program/Cargo.toml b/programs/bubblegum/program/Cargo.toml index 1569cc7..c6e71d2 100644 --- a/programs/bubblegum/program/Cargo.toml +++ b/programs/bubblegum/program/Cargo.toml @@ -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" }