mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
chore: bump minimum dart version
This commit is contained in:
parent
441dcac1d7
commit
7a067beeb9
3 changed files with 6 additions and 4 deletions
|
@ -50,7 +50,7 @@ class Merge {
|
|||
/// values respectively.
|
||||
///
|
||||
/// Throws a [LibGit2Error] if error occured.
|
||||
static List analysis({
|
||||
static List<Object> analysis({
|
||||
required Repository repo,
|
||||
required Oid theirHead,
|
||||
String ourRef = 'HEAD',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue