Skip to content

Commit

Permalink
account-compression: Specify solana-program version (#6200)
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque authored Jan 30, 2024
1 parent 97beb54 commit f8cd27f
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 f8cd27f

Please sign in to comment.