head 1.2; access; symbols pkgsrc-2023Q2:1.1.0.2 pkgsrc-2023Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2023.08.30.08.30.17; author pin; state dead; branches; next 1.1; commitid gf9Pwn7QyEZaQMCE; 1.1 date 2023.04.26.11.36.25; author wiz; state Exp; branches; next ; commitid ETKEmMAaVkN6VBmE; desc @@ 1.2 log @devel/git-branchless: update to 0.8.0 v0.8.0: build: delete git-branchless-testing crate The git-branchless-lib crate has a dev-dependency on git-branchless-testing, and git-branchless-testing has a dependency on git-branchless-lib, inducing a circular dependency that means they can't be published to crates.io. This commit collapses them into the same crate again to resolve this circular dependency. @ text @$NetBSD: patch-git-branchless-invoke_Cargo.toml,v 1.1 2023/04/26 11:36:25 wiz Exp $ Switch to newer libgit2-sys that's compatible with libgit2-1.6.4. --- git-branchless-invoke/Cargo.toml.orig 2023-03-17 17:20:34.000000000 +0000 +++ git-branchless-invoke/Cargo.toml @@@@ -14,7 +14,7 @@@@ color-eyre = "0.6.2" cursive_core = "0.3.6" eyre = "0.6.8" git-branchless-opts = { version = "0.7.1", path = "../git-branchless-opts" } -git2 = { version = "0.16.1", default-features = false } +git2 = { version = "0.17.1", default-features = false } lib = { package = "git-branchless-lib", version = "0.7.1", path = "../git-branchless-lib" } tracing = "0.1.37" tracing-chrome = "0.6.0" @ 1.1 log @git-branchless: fix build with latest libgit2 Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @