Skip to content

Commit

Permalink
fix: upgrade to latest ffi 0.4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Feb 7, 2024
1 parent 4197bdf commit 1ebdc49
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 @@ -4,7 +4,7 @@ import logger, { DEFAULT_LOG_LEVEL } from '../logger';
import { LogLevel } from '../logger/types';
import { Ffi } from './types';

export const PACT_FFI_VERSION = '0.4.12';
export const PACT_FFI_VERSION = '0.4.15';

// supported prebuilds
// darwin-arm64
Expand Down

0 comments on commit 1ebdc49

Please sign in to comment.