chore: Bump the MSRV
This commit is contained in:
@@ -313,7 +313,7 @@ jobs:
|
||||
- name: Install Rust
|
||||
uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: nightly-2025-10-01
|
||||
toolchain: nightly-2026-02-26
|
||||
components: clippy, rustfmt
|
||||
|
||||
- name: Load cache
|
||||
|
||||
@@ -31,7 +31,7 @@ jobs:
|
||||
- name: Install Rust
|
||||
uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: nightly-2025-10-01
|
||||
toolchain: nightly-2026-02-26
|
||||
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v6
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ default-members = ["benchmarks", "crates/*"]
|
||||
resolver = "3"
|
||||
|
||||
[workspace.package]
|
||||
rust-version = "1.88"
|
||||
rust-version = "1.93"
|
||||
|
||||
[workspace.dependencies]
|
||||
anyhow = { version = "1.0.100", default-features = false }
|
||||
|
||||
+1
-1
@@ -19,7 +19,7 @@ use release::ReleaseArgs;
|
||||
use swift::SwiftArgs;
|
||||
use xshell::{Shell, cmd};
|
||||
|
||||
const NIGHTLY: &str = "nightly-2025-10-01";
|
||||
const NIGHTLY: &str = "nightly-2026-02-26";
|
||||
|
||||
type Result<T, E = Box<dyn std::error::Error>> = std::result::Result<T, E>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user