Skip to content

Commit

Permalink
Update Solana SDK to 1.16 and Anchor to the latest change including it
Browse files Browse the repository at this point in the history
The newest solana-program crate was pulled unintentionally anyway
which resulted in unexpected errors due to incompatibility of
dependencies. More context: coral-xyz/anchor#2512
  • Loading branch information
vadorovsky committed Jun 6, 2023
1 parent 6f72f67 commit e5a3e48
Show file tree
Hide file tree
Showing 27 changed files with 1,835 additions and 2,078 deletions.
344 changes: 52 additions & 292 deletions light-account-compression/Cargo.lock

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions light-account-compression/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@ crate-type = ["lib"]
name = "light_account_compression"

[dependencies]
anchor-lang = "0.26.0"
[patch.crates-io]
solana-program = { git = "https://github.com/Lightprotocol/solana", branch="v1.15" }
anchor-lang = { git = "https://github.com/coral-xyz/anchor", rev = "1c6f86e5f7793ce6adefe9cbfa11939647c509ce" }
Loading

0 comments on commit e5a3e48

Please sign in to comment.