Skip to content

Commit 5a251d5

Browse files
authored
Bump solana to 1.11.10 (#202)
1 parent c790c90 commit 5a251d5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/program.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
CARGO_TERM_COLOR: always
11-
SOLANA_VERSION: "1.9.12"
11+
SOLANA_VERSION: "1.11.10"
1212
RUST_TOOLCHAIN: "1.59.0"
1313

1414
jobs:

Anchor.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
anchor_version = "0.24.2"
2-
solana_version = "1.9.12"
2+
solana_version = "1.11.10"
33

44
[workspace]
55
members = [

stable-swap-program/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ _We recommend using the included Nix flake to develop within this repo._
1111
Download or update the Solana SDK by running:
1212

1313
```bash
14-
solana-install init 1.9.12
14+
solana-install init 1.11.10
1515
```
1616

1717
To build the program, run:

0 commit comments

Comments
 (0)