mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 20:29:08 -04:00
feat: upgrade libgit2 to 1.5.0 (#74)
This commit is contained in:
parent
016370625b
commit
a41fc55099
10 changed files with 71 additions and 22 deletions
|
@ -8,7 +8,7 @@ import 'package:libgit2dart/src/bindings/libgit2_opts_bindings.dart';
|
|||
import 'package:path/path.dart' as path;
|
||||
import 'package:pub_cache/pub_cache.dart';
|
||||
|
||||
const libgit2Version = '1.4.3';
|
||||
const libgit2Version = '1.5.0';
|
||||
final libDir = path.join('.dart_tool', 'libgit2');
|
||||
|
||||
String getLibName() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue