Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump libgit2 dependency to latest upstream #145

Merged
merged 1 commit into from Dec 22, 2022

Conversation

alerque
Copy link
Contributor

@alerque alerque commented Dec 22, 2022

Unblocks projects that link against native libgit2 for other reasons
from being able to upgrade.

Unblocks projects that link against native libgit2 for other reasons
from being able to upgrade.
@alerque
Copy link
Contributor Author

alerque commented Dec 22, 2022

Note for projects that need early access to this before it lands in a release, you can use this PR from your project by leaving your vergen and git2 dependencies as they are but adding this segment for Cargo.toml:

[patch.crates-io.vergen]
git = "https://github.com/alerque/vergen"
branch = "bump-libgit2"

I'll keep the branch active until a release that includes it lands and hence when your builds fail because the branch went away the next thing to do will be to bump vergen to make it go again.

@CraZySacX
Copy link
Member

I'll cut a release today after this runs through the pipelines.

@codecov
Copy link

codecov bot commented Dec 22, 2022

Codecov Report

Merging #145 (dd068cc) into master (4367de6) will increase coverage by 0.55%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #145      +/-   ##
==========================================
+ Coverage   87.76%   88.32%   +0.55%     
==========================================
  Files          10       10              
  Lines         474      471       -3     
==========================================
  Hits          416      416              
+ Misses         58       55       -3     
Impacted Files Coverage Δ
src/config.rs 98.21% <0.00%> (+4.99%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@CraZySacX CraZySacX merged commit 235dcc1 into rustyhorde:master Dec 22, 2022
@alerque alerque deleted the bump-libgit2 branch December 22, 2022 17:40
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.

None yet

2 participants