Skip to content

Commit

Permalink
fix(driver_ffi): Use FFI from the reference repo
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jul 17, 2024
1 parent dc8e8ed commit 8d768ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/rust/driver_ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2018"

[dev-dependencies]
pact-plugin-driver = { version = "~0.7", path = "../driver" }
pact_ffi = "~0.4.21"
pact_ffi = { version = "~0.4.21", git = "https://github.com/pact-foundation/pact-reference.git" }
env_logger = "0.11.3"
expectest = "0.12.0"
serde_json = "1.0.120"
Expand Down

0 comments on commit 8d768ed

Please sign in to comment.