Skip to content

v1.4.1

Choose a tag to compare

@github-actions github-actions released this 18 Jul 10:23
626ddba

chore(lint): enable clippy::exit workspace-wide, forbidding std::process::exit/std::process::abort outside fn main. Prevents a Drop-skipping process termination (leaked lock guards, file handles, in-flight routine cleanup) from a long-running daemon code path other than the CLI's top-level dispatch. Codebase was already clean; no fixes needed.