Skip to content

Commit 058c9ac

Browse files
committed
feat(ffi): upgrade ffi to 0.4.22
Signed-off-by: JP-Ellis <[email protected]>
1 parent 66f24da commit 058c9ac

File tree

4 files changed

+296
-257
lines changed

4 files changed

+296
-257
lines changed

hatch_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
# Latest version available at:
3838
# https://github.com/pact-foundation/pact-reference/releases
39-
PACT_LIB_VERSION = os.getenv("PACT_LIB_VERSION", "0.4.21")
39+
PACT_LIB_VERSION = os.getenv("PACT_LIB_VERSION", "0.4.22")
4040
PACT_LIB_URL = "https://github.com/pact-foundation/pact-reference/releases/download/libpact_ffi-v{version}/{prefix}pact_ffi-{os}-{machine}.{ext}"
4141

4242

0 commit comments

Comments
 (0)