mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
chore: upgrade dependencies
This commit is contained in:
parent
faddaa52e2
commit
2956a35944
48 changed files with 3453 additions and 3174 deletions
|
@ -128,7 +128,7 @@ void commit({
|
|||
required String? message,
|
||||
}) {
|
||||
final out = calloc<git_oid>();
|
||||
final messageC = message?.toNativeUtf8().cast<Int8>() ?? nullptr;
|
||||
final messageC = message?.toNativeUtf8().cast<Char>() ?? nullptr;
|
||||
|
||||
final error = libgit2.git_rebase_commit(
|
||||
out,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue