Skip to content
Unverified Commit 5c8612d9 authored by Andreas Rammhold's avatar Andreas Rammhold
Browse files

cargo: use bundled libgit2

Cargo uses git-rs which is made to be built against the bundled libgit2
version that hasn't been part of a stable release yet. Using our libgit2
instead of the master version fails during runtime as they are not
compatible anymore.

After the next libgit2 update we can try again but it is likely that
there will also be yet another cargo release at that point in time…
parent 5a001981
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment