git_index

Generates arguments to pass to stagit-index in descending order by commit date.
git clone https://git.philomathiclife.com/repos/git_index
Log | Files | Refs | README

commit 7a93b3c072c30d73fe367ce0a57fd3d05e37d4d9
parent 0502d2cc256b18e409436ecd4714ca5b9867d8de
Author: Zack Newman <zack@philomathiclife.com>
Date:   Thu,  3 Apr 2025 14:14:03 -0600

msrv

Diffstat:
MCargo.toml | 6+++---
Msrc/main.rs | 1+
2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -8,11 +8,11 @@ license = "MIT OR Apache-2.0" name = "git_index" readme = "README.md" repository = "https://git.philomathiclife.com/repos/git_index/" -rust-version = "1.85.0" -version = "0.1.5" +rust-version = "1.86.0" +version = "0.1.6" [dependencies] -jiff = { version = "0.2.1", default-features = false } +jiff = { version = "0.2.2", default-features = false } [target.'cfg(target_os = "openbsd")'.dependencies] priv_sep = { version = "2.2.0", default-features = false, features = ["openbsd"] } diff --git a/src/main.rs b/src/main.rs @@ -32,6 +32,7 @@ clippy::min_ident_chars, clippy::missing_trait_methods, clippy::ref_patterns, + clippy::return_and_then, clippy::question_mark_used, clippy::single_call_fn, reason = "noisy, opinionated, and likely doesn't prevent bugs or improve APIs"