Skip to content

Commit 75243a7

Browse files
committed
chore(pact_verifier_cli): Correct the version of pact_matching in Cargo.toml
1 parent ed565c7 commit 75243a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/pact_verifier_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ junit-report = { version = "0.8.3", optional = true }
2929
lazy_static = "1.5.0"
3030
log = "0.4.27"
3131
maplit = "1.0.2"
32-
pact_matching = { version = "~2.0.4", path = "../pact_matching", default-features = false }
32+
pact_matching = { version = "~2.0.3", path = "../pact_matching", default-features = false }
3333
pact_models = { version = "~1.3.10", default-features = false }
3434
pact_verifier = { version = "~1.3.5", path = "../pact_verifier", default-features = false }
3535
quick-xml = { version = "0.39.2", features = ["serde", "serialize"] }

0 commit comments

Comments
 (0)