Skip to content

Commit 8f6a475

Browse files
committed
fix: lower MSRV from 1.92.0 to 1.91.0
Edition 2024 is supported on Rust 1.85+, and 1.91.0 is the current stable release. This allows cargo-rail to be installed on projects that pin to Rust 1.91.x (like Meilisearch).
1 parent acf0240 commit 8f6a475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cargo-rail"
33
version = "0.5.2"
44
edition = "2024"
5-
rust-version = "1.92.0"
5+
rust-version = "1.91.0"
66
license = "MIT"
77
authors = ["loadingalias"]
88
description = "Graph-aware testing, dependency unification, and crate extraction for Rust monorepos"

0 commit comments

Comments
 (0)