Skip to content

Commit 7e95136

Browse files
committed
cargo-rail: bump rail.toml to v0.7.3
1 parent 21a5ee8 commit 7e95136

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.config/rail.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ preserve_features = [] # Features to preserve from pruning (glob patterns)
4848
detect_undeclared_features = true # Detect features borrowed via Cargo unification (default: true)
4949
fix_undeclared_features = true # Auto-fix borrowed features (default: true)
5050
skip_undeclared_patterns = ["default", "std", "alloc", "*_backend", "*_impl"] # Features to skip in undeclared detection (glob patterns)
51+
sort_dependencies = true # Sort deps alphabetically (default: true)
5152

5253

5354
[release]

0 commit comments

Comments
 (0)