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

Commit 49883fb

Browse files
authored
Upgrade compression to anchor 26 (#3926)
1 parent a083ce4 commit 49883fb

File tree

3 files changed

+32
-32
lines changed

3 files changed

+32
-32
lines changed

account-compression/Cargo.lock

Lines changed: 30 additions & 30 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cpi = ["no-entrypoint"]
1818
default = []
1919

2020
[dependencies]
21-
anchor-lang = "0.25.0"
21+
anchor-lang = "0.26.0"
2222
bytemuck = "1.8.0"
2323
spl-concurrent-merkle-tree = { version="0.1.2", path="../../../libraries/concurrent-merkle-tree", features = [ "sol-log" ]}
2424
spl-noop = { version = "0.1.3", path="../noop", features = [ "no-entrypoint" ]}

account-compression/programs/noop/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ cpi = ["no-entrypoint"]
1616
default = []
1717

1818
[dependencies]
19-
solana-program = "1.10.29"
19+
solana-program = "1.13.5"

0 commit comments

Comments
 (0)