Skip to content

Commit

Permalink
lib: bump pkgcraft-c version compat
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed May 1, 2024
1 parent 11a519e commit ecaafc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/pkgcraft/bindings.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ module Pkgcraft
# FFI bindings for pkgcraft
module C
# version requirements for pkgcraft-c
MIN_VERSION = "0.0.14"
MAX_VERSION = "0.0.14"
MIN_VERSION = "0.0.15"
MAX_VERSION = "0.0.15"

extend FFI::Library
ffi_lib ["pkgcraft"]
Expand Down

0 comments on commit ecaafc9

Please sign in to comment.