Skip to content

Commit

Permalink
fix: upgrade to latest ffi 0.4.7 (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows authored Jul 27, 2023
1 parent 0b168b7 commit 55f33c3
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.6';
export const PACT_FFI_VERSION = '0.4.7';

// supported prebuilds
// darwin-arm64
Expand Down

0 comments on commit 55f33c3

Please sign in to comment.