Skip to content

Commit

Permalink
bump required pkgcraft-c version
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Feb 1, 2024
1 parent 3e4318d commit b146d97
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.13"
MAX_VERSION = "0.0.13"
MIN_VERSION = "0.0.14"
MAX_VERSION = "0.0.14"

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

0 comments on commit b146d97

Please sign in to comment.