Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit f8cd27f

Browse files
authored
account-compression: Specify solana-program version (#6200)
1 parent 97beb54 commit f8cd27f

File tree

2 files changed

+63
-60
lines changed

2 files changed

+63
-60
lines changed

account-compression/Cargo.lock

Lines changed: 62 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

account-compression/programs/account-compression/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ default = []
2020
[dependencies]
2121
anchor-lang = "0.29.0"
2222
bytemuck = "1.13"
23+
solana-program = ">=1.17.13,<=2"
2324
spl-concurrent-merkle-tree = { version="0.2.0", path="../../../libraries/concurrent-merkle-tree", features = [ "sol-log" ]}
2425
spl-noop = { version = "0.2.0", path="../noop", features = [ "no-entrypoint" ]}
2526

0 commit comments

Comments
 (0)