Skip to content

Commit

Permalink
bump pkgcraft-c compat
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Nov 24, 2024
1 parent 1c7df7c commit 5f74f6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/_pkgcraft_c.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ use FFI::CheckLib qw(find_lib_or_die);
use FFI::Platypus;

# version requirements for pkgcraft C library
my $MIN_VERSION = version->parse('0.0.17');
my $MAX_VERSION = version->parse('0.0.17');
my $MIN_VERSION = version->parse('0.0.18');
my $MAX_VERSION = version->parse('0.0.18');

my $ffi = FFI::Platypus->new(api => 2);
$ffi->lib(find_lib_or_die(
Expand Down

0 comments on commit 5f74f6a

Please sign in to comment.