mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 20:29:08 -04:00
chore: upgrade dependencies (#58)
This commit is contained in:
parent
faddaa52e2
commit
3900ec92cc
48 changed files with 3453 additions and 3174 deletions
|
@ -33,8 +33,8 @@ List<int> aheadBehind({
|
|||
required Pointer<git_oid> localPointer,
|
||||
required Pointer<git_oid> upstreamPointer,
|
||||
}) {
|
||||
final ahead = calloc<Uint64>();
|
||||
final behind = calloc<Uint64>();
|
||||
final ahead = calloc<Size>();
|
||||
final behind = calloc<Size>();
|
||||
|
||||
libgit2.git_graph_ahead_behind(
|
||||
ahead,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue