Skip to content

Commit

Permalink
Setting Solana to exact version in Bubblegum
Browse files Browse the repository at this point in the history
  • Loading branch information
danenbm committed Jun 7, 2023
1 parent 1d512a1 commit 5c351d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bubblegum/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ default = []
anchor-lang = { version = "0.26.0", features = ["init-if-needed"] }
bytemuck = "1.13.0"
mpl-token-metadata = { version = "1.11", features = ["no-entrypoint"] }
solana-program = "1.14.13"
solana-program = "=1.14.13"
spl-account-compression = { version="0.1.8", features = ["cpi"] }
spl-associated-token-account = { version = "1.1.1", features = ["no-entrypoint"] }
spl-token = { version = "3.5", features = ["no-entrypoint"] }
Expand Down

0 comments on commit 5c351d7

Please sign in to comment.