Skip to content

Commit

Permalink
Merge branch 'master' into feat/musl_aarch64_ffi
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen authored Jan 24, 2024
2 parents c74d187 + 3639009 commit 835bd21
Show file tree
Hide file tree
Showing 22 changed files with 413 additions and 199 deletions.
31 changes: 0 additions & 31 deletions .cirrus.yml

This file was deleted.

91 changes: 50 additions & 41 deletions compatibility-suite/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions compatibility-suite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ futures = "0.3.29"
itertools = "0.11.0"
lazy_static = "1.4.0"
maplit = "1.0.2"
pact_models = "~1.1.16"
pact_matching = { version = "1.1.8", path = "../rust/pact_matching" }
pact_models = "~1.1.17"
pact_matching = { version = "1.1.9", path = "../rust/pact_matching" }
pact_mock_server = { version = "1.2.2", path = "../rust/pact_mock_server" }
pact_verifier = { version = "1.0.4", path = "../rust/pact_verifier" }
pact_consumer = { version = "1.1.0", path = "../rust/pact_consumer" }
Expand Down
Loading

0 comments on commit 835bd21

Please sign in to comment.