We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1.18.26
1 parent 89e9db6 commit 761bcb2Copy full SHA for 761bcb2
.github/workflows/solana.yml
@@ -99,7 +99,7 @@ jobs:
99
- uses: metadaoproject/setup-anchor@v2
100
with:
101
node-version: "20.11.0"
102
- solana-cli-version: "1.18.10"
+ solana-cli-version: "1.18.26"
103
anchor-version: "0.29.0"
104
- name: Cache node_modules
105
uses: actions/cache@v3
solana/Anchor.toml
@@ -1,6 +1,6 @@
1
[toolchain]
2
anchor_version = "0.29.0"
3
-solana_version = "1.18.10"
+solana_version = "1.18.26"
4
5
[features]
6
seeds = false
0 commit comments