File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ max_backups = 2 # Number of backup files to keep (default: 3)
4545prune_dead_features = true # Remove features never enabled in resolved graph (default: true)
4646msrv_source = " max" # How to compute MSRV: deps, workspace, max (default: max)
4747preserve_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 ]
Original file line number Diff line number Diff line change 22name = " cargo-rail"
33version = " 0.5.1"
44edition = " 2024"
5- rust-version = " 1.91 .0"
5+ rust-version = " 1.92 .0"
66license = " MIT"
77authors = [" loadingalias" ]
88description = " Graph-aware testing, dependency unification, and crate extraction for Rust monorepos"
Original file line number Diff line number Diff line change 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 " >
You can’t perform that action at this time.
0 commit comments