Skip to content

Commit

Permalink
feat: upgrade anchor version to 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kAsky53 committed Mar 3, 2024
1 parent df6a75a commit 2d10143
Show file tree
Hide file tree
Showing 23 changed files with 1,699 additions and 388 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/programs-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:

env:
CARGO_TERM_COLOR: always
SOLANA_VERSION: "1.10.39"
RUST_TOOLCHAIN: "1.64.0"
SOLANA_VERSION: "1.17.0"
RUST_TOOLCHAIN: "1.68.0-dev"

jobs:
sdk:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/programs-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

env:
CARGO_TERM_COLOR: always
RUST_TOOLCHAIN: "1.58.1"
RUST_TOOLCHAIN: "1.68.0-dev"

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
CARGO_TERM_COLOR: always
RUST_TOOLCHAIN: nightly-2021-12-10
RUST_TOOLCHAIN: nightly-2022-02-01
NPM_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

jobs:
Expand Down
4 changes: 2 additions & 2 deletions Anchor.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
anchor_version = "0.24.2"
solana_version = "1.10.39"
anchor_version = "0.29.0"
solana_version = "1.17.10"

[features]
seeds = true
Expand Down
Loading

0 comments on commit 2d10143

Please sign in to comment.