Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
account-compression: Specify solana-program version
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Jan 30, 2024
1 parent 260f809 commit 9397787
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 60 deletions.
122 changes: 62 additions & 60 deletions account-compression/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ default = []
[dependencies]
anchor-lang = "0.29.0"
bytemuck = "1.13"
solana-program = ">=1.17.13,<=2"
spl-concurrent-merkle-tree = { version="0.2.0", path="../../../libraries/concurrent-merkle-tree", features = [ "sol-log" ]}
spl-noop = { version = "0.2.0", path="../noop", features = [ "no-entrypoint" ]}

Expand Down

0 comments on commit 9397787

Please sign in to comment.