Skip to content

Commit

Permalink
chore(deps): point to pf branches issue/134_missing_buffer_logs
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jun 8, 2024
1 parent d622f8c commit fa3d04a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions compatibility-suite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ harness = false
[patch.crates-io]
pact_matching = { path = "../rust/pact_matching" }
pact_models = { path = "../rust/pact_models" }
pact_mock_server = { git = 'https://github.com/you54f/pact-core-mock-server.git', branch = "issue/134_missing_buffer_logs" }
pact-plugin-driver = { git = 'https://github.com/you54f/pact-plugins.git', branch = "issue/134_missing_buffer_logs" }
pact_mock_server = { git = 'https://github.com/pact-foundation/pact-core-mock-server.git', branch = "issue/134_missing_buffer_logs" }
pact-plugin-driver = { git = 'https://github.com/pact-foundation/pact-plugins.git', branch = "issue/134_missing_buffer_logs" }
4 changes: 2 additions & 2 deletions rust/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 rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ resolver = "2"
onig = { git = "https://github.com/rust-onig/rust-onig", default-features = false }
pact_models = { path = "./pact_models" }
pact_matching = { path = "./pact_matching" }
pact_mock_server = { git = 'https://github.com/pact-reference/pact-core-mock-server.git', branch = "issue/134_missing_buffer_logs" }
pact-plugin-driver = { git = 'https://github.com/pact-reference/pact-plugins.git', branch = "issue/134_missing_buffer_logs" }
pact_mock_server = { git = 'https://github.com/pact-foundation/pact-core-mock-server.git', branch = "issue/134_missing_buffer_logs" }
pact-plugin-driver = { git = 'https://github.com/pact-foundation/pact-plugins.git', branch = "issue/134_missing_buffer_logs" }

0 comments on commit fa3d04a

Please sign in to comment.