Skip to content

Commit

Permalink
fix: update rust core to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Jan 23, 2023
1 parent 90ddfca commit 3b396cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ffi/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3b396cd

Please sign in to comment.