Skip to content

Commit fb6fd22

Browse files
Bump pact_matching dependency version (#32)
Unintentionally broke the build with my rebase, as `pact_matching_ffi` currently locks the `pact_matching` version number, and it had changed upstream. In the future, the Pact project may prefer to leave off the version number, but for us it makes things more predictable.
1 parent 9eb158d commit fb6fd22

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

rust/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/pact_matching_ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ exclude = [
1212
]
1313

1414
[dependencies]
15-
pact_matching = { version = "0.6.4", path = "../pact_matching" }
15+
pact_matching = { version = "0.7.1", path = "../pact_matching" }
1616
anyhow = "1.0.28"
1717
libc = "0.2.69"
1818
zeroize = "1.1.0"

0 commit comments

Comments
 (0)