Skip to content

Commit

Permalink
Merge branch 'master' into feat/matching-engine-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Oct 24, 2024
2 parents b7ea5d9 + f5ddf3d commit 11cd9dc
Show file tree
Hide file tree
Showing 36 changed files with 1,551 additions and 768 deletions.
6 changes: 3 additions & 3 deletions compatibility-suite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ futures = "0.3.29"
itertools = "0.12.1"
lazy_static = "1.4.0"
maplit = "1.0.2"
pact_models = { version = "~1.2.2" }
pact_matching = { version = "1.2.5", path = "../rust/pact_matching" }
pact_models = { version = "~1.2.4" }
pact_matching = { version = "1.2.6", path = "../rust/pact_matching" }
pact_mock_server = { version = "1.2.9" }
pact_verifier = { version = "1.2.3", path = "../rust/pact_verifier" }
pact_verifier = { version = "1.2.4", path = "../rust/pact_verifier" }
pact_consumer = { version = "1.2.3", path = "../rust/pact_consumer" }
pretty_assertions = "1.4.0"
regex = "1.10.2"
Expand Down
Loading

0 comments on commit 11cd9dc

Please sign in to comment.