Skip to content

Commit ed566c1

Browse files
committed
cargo-rail: bumping Rust version to 1.92.0 stable
1 parent 32a9759 commit ed566c1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.config/rail.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ max_backups = 2 # Number of backup files to keep (default: 3)
4545
prune_dead_features = true # Remove features never enabled in resolved graph (default: true)
4646
msrv_source = "max" # How to compute MSRV: deps, workspace, max (default: max)
4747
preserve_features = [] # Features to preserve from pruning (glob patterns)
48+
detect_undeclared_features = true # Detect features borrowed via Cargo unification (default: true)
49+
fix_undeclared_features = true # Auto-fix borrowed features (default: true)
4850

4951

5052
[release]

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.1"
44
edition = "2024"
5-
rust-version = "1.91.0"
5+
rust-version = "1.92.0"
66
license = "MIT"
77
authors = ["loadingalias"]
88
description = "Graph-aware testing, dependency unification, and crate extraction for Rust monorepos"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<a href="https://crates.io/crates/cargo-rail"><img src="https://img.shields.io/crates/v/cargo-rail.svg" alt="Crates.io"></a>
1313
<a href="https://crates.io/crates/cargo-rail"><img src="https://img.shields.io/crates/d/cargo-rail.svg" alt="Downloads"></a>
1414
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License: MIT"></a>
15-
<a href="https://www.rust-lang.org"><img src="https://img.shields.io/badge/rust-1.91%2B-orange.svg" alt="Rust 1.91+"></a>
15+
<a href="https://www.rust-lang.org"><img src="https://img.shields.io/badge/rust-1.92.0%2B-orange.svg" alt="Rust 1.92.0+"></a>
1616
</p>
1717

1818
<p align="center">

0 commit comments

Comments
 (0)