Skip to content

Commit

Permalink
chore: downgrade solana version to 1.17.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kAsky53 committed Dec 17, 2023
1 parent 5f73204 commit e6b7053
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 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.17.12"
SOLANA_VERSION: "1.17.10"
RUST_TOOLCHAIN: "1.68.0-dev"

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.29.0"
solana_version = "1.17.12"
solana_version = "1.17.10"

[workspace]
members = [
Expand Down
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.17.12
solana-install init 1.17.10
```

To build the program, run:
Expand Down

0 comments on commit e6b7053

Please sign in to comment.