Skip to content

Commit 34f4550

Browse files
committed
Updated ci
1 parent 9f9cc61 commit 34f4550

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ jobs:
7575
RUSTDOCFLAGS: -D warnings
7676

7777
msrv:
78-
name: MSRV (1.75)
78+
name: MSRV (1.82)
7979
runs-on: ubuntu-latest
8080
steps:
8181
- uses: actions/checkout@v4
82-
- uses: dtolnay/rust-toolchain@1.75
82+
- uses: dtolnay/rust-toolchain@1.82
8383
- uses: Swatinem/rust-cache@v2
8484
- run: cargo check --all

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ license = "MIT"
1717
repository = "https://github.com/cryptuon/solscript"
1818
homepage = "https://github.com/cryptuon/solscript"
1919
documentation = "https://docs.rs/solscript-cli"
20-
rust-version = "1.75"
20+
rust-version = "1.82"
2121
keywords = ["solana", "solidity", "blockchain", "smart-contracts", "compiler"]
2222
categories = ["compilers", "development-tools", "cryptography::cryptocurrencies"]
2323

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Crates.io](https://img.shields.io/crates/v/solscript-cli.svg)](https://crates.io/crates/solscript-cli)
55
[![Documentation](https://docs.rs/solscript-cli/badge.svg)](https://docs.rs/solscript-cli)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7-
[![Rust Version](https://img.shields.io/badge/rust-1.75%2B-blue.svg)](https://www.rust-lang.org)
7+
[![Rust Version](https://img.shields.io/badge/rust-1.82%2B-blue.svg)](https://www.rust-lang.org)
88

99
**Write Solidity. Deploy to Solana.**
1010

documentation/docs/guide/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This guide covers installing SolScript and its dependencies.
66

77
Before installing SolScript, ensure you have:
88

9-
- **Rust** (1.75 or later) - [Install Rust](https://rustup.rs/)
9+
- **Rust** (1.82 or later) - [Install Rust](https://rustup.rs/)
1010
- **Solana CLI** - [Install Solana](https://docs.solana.com/cli/install-solana-cli-tools)
1111
- **Anchor** (optional, for Anchor mode) - [Install Anchor](https://www.anchor-lang.com/docs/installation)
1212
- **LLVM 18** (optional, for direct LLVM mode) - See below

0 commit comments

Comments
 (0)