From 046a115e3b065f4ba7ce064cb5064f16e968ac23 Mon Sep 17 00:00:00 2001 From: Matt Fellows Date: Mon, 28 Nov 2022 17:56:48 +1100 Subject: [PATCH] fix: upgrade to latest ffi 0.3.15 --- installer/installer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/installer.go b/installer/installer.go index 76473897f..90e992e29 100644 --- a/installer/installer.go +++ b/installer/installer.go @@ -377,7 +377,7 @@ const ( var packages = map[string]packageInfo{ FFIPackage: { libName: "libpact_ffi", - version: "0.3.14", + version: "0.3.15", semverRange: ">= 0.3.0, < 1.0.0", }, }