Skip to content

Commit

Permalink
docs: Update solana_version
Browse files Browse the repository at this point in the history
  • Loading branch information
acheroncrypto committed Sep 19, 2024
1 parent d6998e8 commit 769d791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/pages/docs/manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,5 +201,5 @@ Override toolchain data in the workspace similar to [`rust-toolchain.toml`](http
```toml
[toolchain]
anchor_version = "0.31.0" # `anchor-cli` version to use(requires `avm`)
solana_version = "1.18.17" # Solana version to use(applies to all Solana tools)
solana_version = "2.0.8" # Solana version to use(applies to all Solana tools)
```
2 changes: 1 addition & 1 deletion docs/src/pages/docs/publishing-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ An example `Anchor.toml` config looks as follows,
```toml
[toolchain]
anchor_version = "0.31.0"
solana_version = "1.18.17"
solana_version = "2.0.8"

[workspace]
members = ["programs/multisig"]
Expand Down

0 comments on commit 769d791

Please sign in to comment.