Skip to content

Commit

Permalink
Revert upgrade for account compression libs
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Jun 24, 2024
1 parent 6745513 commit 5d06806
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
30 changes: 15 additions & 15 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,7 +20,7 @@ default = []
[dependencies]
anchor-lang = "0.29.0"
bytemuck = "1.13"
solana-program = "2.0.0"
solana-program = ">=1.18.11,<=2"
spl-concurrent-merkle-tree = { version = "0.3.0", path = "../../../libraries/concurrent-merkle-tree", features = [
"sol-log",
] }
Expand Down
2 changes: 1 addition & 1 deletion account-compression/programs/noop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ cpi = ["no-entrypoint"]
default = []

[dependencies]
solana-program = "2.0.0"
solana-program = ">=1.18.11,<=2"
2 changes: 1 addition & 1 deletion libraries/concurrent-merkle-tree/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ log = []
sol-log = ["log"]

[dependencies]
solana-program = "2.0.0"
solana-program = ">=1.18.11,<=2"
bytemuck = "1.16"
thiserror = "1.0.61"

Expand Down
2 changes: 1 addition & 1 deletion libraries/merkle-tree-reference/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"
edition = "2021"

[dependencies]
solana-program = "2.0.0"
solana-program = ">=1.18.11,<=2"
thiserror = "1.0.61"

[lib]
Expand Down

0 comments on commit 5d06806

Please sign in to comment.