File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
template/clients/rust/clients/rust Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 77 branches : [main]
88
99env :
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
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
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ test-sbf = []
1313serde = ["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 }
1717borsh = "^0.10"
1818num-derive = "^0.3"
1919num-traits = "^0.2"
You can’t perform that action at this time.
0 commit comments