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 44cf054f7d79cea61f4ef08cf2e1f6570a52ddce
parent 701bbc5703820817025cb67d957b189e7aeb5ad9
Author: Zack Newman <zack@philomathiclife.com>
Date:   Wed,  8 Nov 2023 16:24:46 -0700

fix optional dep of priv_sep on openbsd

Diffstat:
MCargo.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -18,7 +18,7 @@ path = "src/main.rs" time = { version = "0.3.30", default-features = false, features = ["parsing"] } [target.'cfg(target_os = "openbsd")'.dependencies] -priv_sep = { version = "0.8.1", default-features = false, features = ["openbsd"], optional = true } +priv_sep = { version = "0.8.1", default-features = false, features = ["openbsd"] } [badges] maintenance = { status = "actively-developed" }