From 3b396cd7aca8bfebd4037f515e499460f44055fc Mon Sep 17 00:00:00 2001 From: Matt Fellows Date: Mon, 23 Jan 2023 15:37:54 +1100 Subject: [PATCH] fix: update rust core to 0.4.0 --- src/ffi/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ffi/index.ts b/src/ffi/index.ts index e145f4a7..82074441 100644 --- a/src/ffi/index.ts +++ b/src/ffi/index.ts @@ -5,7 +5,7 @@ import { Ffi } from './types'; const ffiLib: Ffi = bindings('pact.node'); -export const PACT_FFI_VERSION = '0.3.19'; +export const PACT_FFI_VERSION = '0.4.0'; let ffi: typeof ffiLib; let ffiLogLevel: LogLevel;