Skip to content

Commit

Permalink
Bump toolchain version
Browse files Browse the repository at this point in the history
  • Loading branch information
febo committed Oct 22, 2024
1 parent 13c7445 commit f03dd57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ runs:

- name: Install Solana
if: ${{ inputs.solana == 'true' }}
uses: metaplex-foundation/actions/install-solana@v1
uses: solana-program/actions/install-solana@v1
with:
version: ${{ env.SOLANA_VERSION }}
cache: true
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ resolver = "2"
members = ["clients/rust", "interface"]

[workspace.metadata.cli]
solana = "1.18.18"
solana = "edge"

# Specify Rust toolchains for rustfmt, clippy, and build.
# Any unprovided toolchains default to stable.
[workspace.metadata.toolchains]
format = "1.78.0"
lint = "1.78.0"
format = "1.79.0"
lint = "1.79.0"

0 comments on commit f03dd57

Please sign in to comment.