Skip to content

Commit

Permalink
Rust 1.82.0
Browse files Browse the repository at this point in the history
  • Loading branch information
s-damian committed Nov 23, 2024
1 parent d0562b6 commit edb48a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
# Rust releases: https://releases.rs/
rust-version: [1.75.0, 1.80.0]
rust-version: [1.75.0, 1.82.0]

steps:
- name: Checkout Code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
# Rust releases: https://releases.rs/
rust-version: [1.75.0, 1.80.0]
rust-version: [1.75.0, 1.82.0]
# Node.js releases: https://nodejs.org/en/about/previous-releases
node-version: [18, 20]
# Solana releases: https://github.com/solana-labs/solana/tags
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ See more images here:

## Prerequisites

- **Rust** `>= 1.75.0` (last tested: `1.80.0`) - *You can install Rust here: [Rustup](https://rustup.rs/).*
- **Rust** `>= 1.75.0` (last tested: `1.82.0`) - *You can install Rust here: [Rustup](https://rustup.rs/).*
- **Solana** `>= 1.18.14` (last tested: `1.18.22`) - *You can install Solana CLI here: [Solana CLI](https://solana.com/developers/guides/getstarted/setup-local-development#3-install-the-solana-cli).*
- **Anchor** `0.30.1` - *You can install Anchor here: [Anchor](https://www.anchor-lang.com/).*
- **Node.js** `>= 18` (last tested: `20`) and **npm** - *You can install Node.js and npm here: [Node.js](https://nodejs.org/en/download/package-manager).*
Expand Down

0 comments on commit edb48a1

Please sign in to comment.