Skip to content

Commit

Permalink
Bump anchor-syn from 0.29.0 to 0.30.1
Browse files Browse the repository at this point in the history
Bumps [anchor-syn](https://github.com/coral-xyz/anchor) from 0.29.0 to 0.30.1.
- [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-syn
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 27, 2024
1 parent 6d00637 commit 98082bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
anchor-syn = "0.29.0"
anchor-syn = "0.30.1"
clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "ac4c2094a6030530661bee3876e0228ddfeb6b8b" }
if_chain = "1.0"
syn = { version = "1.0.109", features = ["parsing"] }
Expand Down

0 comments on commit 98082bb

Please sign in to comment.