-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: update content_type_matching logic for binary payloads #429
Changes from 2 commits
968be07
b0fd7e2
758b81c
6094477
57b16b8
72c6e57
e0ffa61
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,8 @@ maplit = "1.0.2" | |
multipart = { version = "0.18.0", default-features = false, features = ["client", "mock"] } | ||
onig = { version = "6.4.0", default-features = false } | ||
pact_matching = { version = "~1.2.2", path = "../pact_matching" } | ||
pact_mock_server = { version = "~1.2.6" } | ||
pact_mock_server = { version = "=1.2.8", git = "https://github.com/you54f/pact-core-mock-server.git", branch = "main" } | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. please update to released pact_mock_server, when pact_matching is released, and pact_mock_server updated to reference released crate |
||
# pact_mock_server = { version = "=1.2.8", path = "../../../pact-core-mock-server/pact_mock_server" } | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. path useful for dev guidelines if users are working across both repos locally.
|
||
pact_models = { version = "~1.2.0" } | ||
pact-plugin-driver = { version = "~0.6.1" } | ||
pact_verifier = { version = "~1.2.1", path = "../pact_verifier" } | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please update to released pact_mock_server, when pact_matching is released, and pact_mock_server updated to reference released crate