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
Lightprotocol#142)

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 authored Jun 6, 2023
1 parent 02588fc commit 1b4c059
Show file tree
Hide file tree
Showing 27 changed files with 1,834 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 1b4c059

Please sign in to comment.