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 parent c790c90 commit 5a251d5Copy full SHA for 5a251d5
.github/workflows/program.yml
@@ -8,7 +8,7 @@ on:
8
9
env:
10
CARGO_TERM_COLOR: always
11
- SOLANA_VERSION: "1.9.12"
+ SOLANA_VERSION: "1.11.10"
12
RUST_TOOLCHAIN: "1.59.0"
13
14
jobs:
Anchor.toml
@@ -1,5 +1,5 @@
1
anchor_version = "0.24.2"
2
-solana_version = "1.9.12"
+solana_version = "1.11.10"
3
4
[workspace]
5
members = [
stable-swap-program/README.md
@@ -11,7 +11,7 @@ _We recommend using the included Nix flake to develop within this repo._
Download or update the Solana SDK by running:
```bash
-solana-install init 1.9.12
+solana-install init 1.11.10
15
```
16
17
To build the program, run:
0 commit comments