Skip to content

Commit

Permalink
requiring >=0.30 for anchor-lang causes problems
Browse files Browse the repository at this point in the history
spl-account-compression is pinned to anchor-lang 0.29.0.
helium-lib uses spl-account-compression, so causes two versions of
anchor-lang to exist.

Have been told that this project and all projects should be using 0.28.0
of anchor/solana related deps
  • Loading branch information
michaeldjeffrey committed Oct 23, 2024
1 parent ef686c1 commit f92aa9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ members = [

[workspace.dependencies]
anchor-gen = "0"
anchor-lang = ">=0.30"
anchor-lang = ">=0.28"

[dependencies]
anchor-gen = { workspace = true }
Expand Down

0 comments on commit f92aa9f

Please sign in to comment.