Skip to content

chore(cli): bump git2 to 0.21 - #294

Merged
DerDennisOP merged 1 commit into
mainfrom
chore/bump-git2-0.21
May 29, 2026
Merged

chore(cli): bump git2 to 0.21#294
DerDennisOP merged 1 commit into
mainfrom
chore/bump-git2-0.21

Conversation

@DerDennisOP

@DerDennisOP DerDennisOP commented May 29, 2026

Copy link
Copy Markdown
Member

Summary

Bumps the CLI's git2 dependency from 0.20 to 0.21 (libgit2 1.9.x).

The CLI uses git2 only to read the local repository in gradient build (Repository::discover, workdir, index().iter()) — all stable across this release. git2 0.21 also drops the libssh2-sys, openssl-probe, and openssl-sys transitive deps, which the CLI never exercised (no SSH/network git operations).

Test plan

  • cargo check --manifest-path cli/Cargo.toml builds against git2 0.21.0.
  • cargo clippy --manifest-path cli/Cargo.toml --all-targets passes clean.

@DerDennisOP
DerDennisOP merged commit 09bf252 into main May 29, 2026
5 checks passed
@DerDennisOP
DerDennisOP deleted the chore/bump-git2-0.21 branch May 29, 2026 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant