Skip to content

Commit

Permalink
Update anchor-lang requirement in /programs/whirlpool
Browse files Browse the repository at this point in the history
Updates the requirements on [anchor-lang](https://github.com/coral-xyz/anchor) to permit the latest version.
- [Release notes](https://github.com/coral-xyz/anchor/releases)
- [Changelog](https://github.com/coral-xyz/anchor/blob/master/CHANGELOG.md)
- [Commits](coral-xyz/anchor@v0.29.0...v0.30.1)

---
updated-dependencies:
- dependency-name: anchor-lang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 15, 2024
1 parent 2aaf081 commit d2a2075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/whirlpool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ default = []
idl-build = ["anchor-lang/idl-build", "anchor-spl/idl-build"]

[dependencies]
anchor-lang = { version = "=0.29.0" }
anchor-lang = { version = "=0.30.1" }
anchor-spl = { version = "=0.29.0", features = ["metadata", "memo"] }
spl-token = { version = "=4.0.1", features = ["no-entrypoint"] }
spl-transfer-hook-interface = { version = "=0.5.0" }
Expand Down

0 comments on commit d2a2075

Please sign in to comment.