Skip to content

Commit

Permalink
fix: upgrade to latest ffi 0.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Jan 17, 2024
1 parent 3d67375 commit 94447f4
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.9';
export const PACT_FFI_VERSION = '0.4.12';

// supported prebuilds
// darwin-arm64
Expand Down

0 comments on commit 94447f4

Please sign in to comment.