Skip to content

Commit

Permalink
Upgrade Solana to 2.1.0 (#3339)
Browse files Browse the repository at this point in the history
  • Loading branch information
acheroncrypto authored Nov 1, 2024
1 parent 4cdb0eb commit ebbad72
Show file tree
Hide file tree
Showing 10 changed files with 1,508 additions and 810 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/no-caching-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: ./.github/workflows/reusable-tests.yaml
with:
cache: false
solana_cli_version: 2.0.8
solana_cli_version: 2.1.0
node_version: 20.16.0
cargo_profile: release
anchor_binary_name: anchor-binary-no-caching
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: ./.github/workflows/reusable-tests.yaml
with:
cache: true
solana_cli_version: 2.0.8
solana_cli_version: 2.1.0
node_version: 20.16.0
cargo_profile: debug
anchor_binary_name: anchor-binary
Loading

0 comments on commit ebbad72

Please sign in to comment.