Skip to content

Commit

Permalink
bumped anchor to 0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvja committed Nov 24, 2023
1 parent e53ecac commit 4ee80c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ incremental = false
codegen-units = 1

[workspace.dependencies]
anchor-lang = {version = "0.28.0", features = ["init-if-needed"]}
anchor-lang = {version = "0.29.0", features = ["init-if-needed"]}
ascii = "1.1.0"
base64 = { version = "0.21", default-features = false, features = ["alloc"] }
borsh = { version = "0.10.3", default-features = false }
Expand All @@ -50,7 +50,7 @@ solana-trie = { path = "solana/trie" }
stdx = { path = "common/stdx" }

# dev-dependencies
anchor-client = "0.28.0"
anchor-client = "0.29.0"
anyhow = "1.0.32"

[patch.crates-io]
Expand Down

0 comments on commit 4ee80c2

Please sign in to comment.