Skip to content

Commit

Permalink
fix: upgrade to latest ffi 0.4.19
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Apr 23, 2024
1 parent 64ef0bf commit 7a7d9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ffi/index.ts
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.16';
export const PACT_FFI_VERSION = '0.4.19';

// supported prebuilds
// darwin-arm64
Expand Down

0 comments on commit 7a7d9b0

Please sign in to comment.