Skip to content

Commit

Permalink
feat(program,sdk): upgrade anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
vovacodes committed Nov 8, 2023
1 parent e8e9a2a commit 2ef510f
Show file tree
Hide file tree
Showing 35 changed files with 1,797 additions and 1,256 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
uses: ./.github/workflows/reusable-tests.yaml
with:
cache: true
solana_cli_version: 1.14.16
anchor_version: 0.27.0
solana_cli_version: 1.17.0
anchor_version: 0.29.0
node_version: 18
cargo_profile: debug
secrets:
Expand Down
4 changes: 4 additions & 0 deletions Anchor.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[toolchain]
anchor_version = "0.29.0" # `anchor-cli` version to use
solana_version = "1.17.0" # Solana version to use

[features]
seeds = false
skip-lint = false
Expand Down
Loading

0 comments on commit 2ef510f

Please sign in to comment.