Skip to content

Commit

Permalink
Bump solana to 1.11.10 (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhly authored Dec 7, 2022
1 parent c790c90 commit 5a251d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/program.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
CARGO_TERM_COLOR: always
SOLANA_VERSION: "1.9.12"
SOLANA_VERSION: "1.11.10"
RUST_TOOLCHAIN: "1.59.0"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion Anchor.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
anchor_version = "0.24.2"
solana_version = "1.9.12"
solana_version = "1.11.10"

[workspace]
members = [
Expand Down
2 changes: 1 addition & 1 deletion stable-swap-program/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

To build the program, run:
Expand Down

0 comments on commit 5a251d5

Please sign in to comment.