Skip to content

Commit b8f741d

Browse files
committed
upgrade anchor
1 parent 6256f3f commit b8f741d

7 files changed

Lines changed: 247 additions & 121 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ on:
77
- release_0.1.8
88

99
env:
10-
SOLANA_CLI_VERSION: 2.1.0
10+
SOLANA_CLI_VERSION: 2.3.0
1111
NODE_VERSION: 20.19.0
12-
ANCHOR_CLI_VERSION: 0.31.0
12+
ANCHOR_CLI_VERSION: 0.32.1
1313
TOOLCHAIN: 1.76.0
1414

1515
jobs:

Anchor.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
1717
ixdata = "yarn run tsx --tsconfig ./tsconfig.json ./scripts/generate_ix_data_for_tests.ts"
1818

1919
[toolchain]
20-
anchor_version = "0.31.0"
21-
solana_version = "2.1.0"
20+
anchor_version = "0.32.1"
21+
solana_version = "2.3.0"

0 commit comments

Comments
 (0)