Skip to content

Commit e6b7053

Browse files
committed
chore: downgrade solana version to 1.17.10
1 parent 5f73204 commit e6b7053

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.github/workflows/program.yml

+1-1
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.17.12"
11+
SOLANA_VERSION: "1.17.10"
1212
RUST_TOOLCHAIN: "1.68.0-dev"
1313

1414
jobs:

Anchor.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
anchor_version = "0.29.0"
2-
solana_version = "1.17.12"
2+
solana_version = "1.17.10"
33

44
[workspace]
55
members = [

Cargo.lock

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stable-swap-program/README.md

+1-1
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.17.12
14+
solana-install init 1.17.10
1515
```
1616

1717
To build the program, run:

0 commit comments

Comments
 (0)