Skip to content

Commit

Permalink
Add workaround for solana-labs/solana#32503
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemaccana committed Jun 4, 2024
1 parent c04b143 commit 6b44b36
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
29 changes: 15 additions & 14 deletions labs/escrow/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion labs/escrow/programs/escrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ idl-build = ["anchor-lang/idl-build", "anchor-spl/idl-build"]

[dependencies]
anchor-lang = { version = "0.30.0", features = ["init-if-needed"]}
anchor-spl = "0.30.0"
anchor-spl = "0.30.0"
solana-program = "=1.18.5"

0 comments on commit 6b44b36

Please sign in to comment.