Skip to content

Commit

Permalink
Downgrade anchor-lang to 0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
kurotych committed Oct 28, 2024
1 parent 56c81f6 commit 5632499
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 50 deletions.
79 changes: 30 additions & 49 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ license = "Apache-2.0"
edition = "2021"

[workspace.dependencies]
anchor-client = { version = "0.30.0", features = ["async"] }
anchor-client = { version = "0.29.0", features = ["async"] }
anyhow = { version = "1", features = ["backtrace"] }
bs58 = { version = "0.4", features = ["check"] }
thiserror = "1"
Expand Down

0 comments on commit 5632499

Please sign in to comment.