Skip to content

Commit

Permalink
Update Solana-program and rust-version (#2420)
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry-E authored Mar 2, 2023
1 parent a485627 commit 45fa9bd
Show file tree
Hide file tree
Showing 57 changed files with 689 additions and 234 deletions.
4 changes: 2 additions & 2 deletions .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: 1.14.11
solana_cli_version: 1.14.16
node_version: 17.0.1
cargo_profile: release
anchor_binary_name: anchor-binary-no-caching
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: 1.14.11
solana_cli_version: 1.14.16
node_version: 17.0.1
cargo_profile: debug
anchor_binary_name: anchor-binary
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ The minor version will be incremented upon a breaking change and the patch versi
- cli: Failing commands will return the correct exit status. ([#2370](https://github.com/coral-xyz/anchor/pull/2370)).
- idl: Update the IDL program to use non-deprecated account types ([#2365](https://github.com/coral-xyz/anchor/pull/2365)).
- ts: Enum fields weren't being converted from snake_case to camelCase ([#2378](https://github.com/coral-xyz/anchor/pull/2378)).
- lang/cli: Update to solana-program version 1.14.16 and rust version 1.60, appears to still be incompatible with 1.15 CLI ([#2420](https://github.com/coral-xyz/anchor/pull/2420)).

### Breaking

Expand Down
Loading

1 comment on commit 45fa9bd

@vercel
Copy link

@vercel vercel bot commented on 45fa9bd Mar 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

anchor-docs – ./

anchor-docs-git-master-200ms.vercel.app
anchor-docs-200ms.vercel.app
www.anchor-lang.com
anchor-lang.com

Please sign in to comment.