Skip to content

Commit 29d98ca

Browse files
committed
Update Anchor
1 parent 07bdb99 commit 29d98ca

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [main]
88

99
env:
10-
ANCHOR_VERSION: 0.30.0
10+
ANCHOR_VERSION: 0.31.0
1111
NODE_VERSION : 22
1212
SOLANA_VERSION: 2.1.9
1313
TOOLCHAIN: 1.81.0
@@ -39,8 +39,12 @@ jobs:
3939
project: ["counter-anchor", "counter-shank"]
4040
solana: ["1.18.18", "2.1.9"]
4141
include:
42+
- anchor: "0.31.0"
43+
project: "counter-anchor"
44+
solana: "2.1.9"
4245
- anchor: "0.30.0"
4346
project: "counter-anchor"
47+
solana: "1.18.18"
4448
steps:
4549
- name: Git checkout
4650
uses: actions/checkout@v4

template/clients/rust/clients/rust/Cargo.toml.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test-sbf = []
1313
serde = ["dep:serde", "dep:serde_with"]
1414

1515
[dependencies]
16-
anchor-lang = { version = "0.30.0", optional = true }
16+
anchor-lang = { version = "{{ anchorVersion.full }}", optional = true }
1717
borsh = "^0.10"
1818
num-derive = "^0.3"
1919
num-traits = "^0.2"

0 commit comments

Comments
 (0)