mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 20:29:08 -04:00
feat: upgrade libgit2 to 1.4.0 (#45)
This commit is contained in:
parent
7a067beeb9
commit
d901d2e13f
16 changed files with 747 additions and 287 deletions
|
@ -8,7 +8,7 @@ import 'package:libgit2dart/src/bindings/libgit2_bindings.dart';
|
|||
import 'package:path/path.dart' as path;
|
||||
import 'package:pub_cache/pub_cache.dart';
|
||||
|
||||
const libgit2Version = '1.3.0';
|
||||
const libgit2Version = '1.4.0';
|
||||
final libDir = path.join('.dart_tool', 'libgit2');
|
||||
|
||||
String getLibName() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue