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 63b28a9 commit 8236264
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion drivers/rust/driver/Cargo.lock

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

2 changes: 1 addition & 1 deletion drivers/rust/driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ test-log = "0.2.15"
tonic-build = "0.11.0"

[patch.crates-io]
pact_models = { git = 'https://github.com/you54f/pact-reference.git', branch = "issue/134_missing_buffer_logs" }
pact_models = { git = 'https://github.com/pact-foundation/pact-reference.git', branch = "issue/134_missing_buffer_logs" }
4 changes: 2 additions & 2 deletions drivers/rust/driver_ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ tokio = { version = "1.35.1", features = ["full"] }
tonic = "0.11.0"

[patch.crates-io]
pact_models = { git = 'https://github.com/you54f/pact-reference.git', branch = "issue/134_missing_buffer_logs" }
pact_ffi = { git = 'https://github.com/you54f/pact-reference.git', branch = "issue/134_missing_buffer_logs" }
pact_models = { git = 'https://github.com/pact-foundation/pact-reference.git', branch = "issue/134_missing_buffer_logs" }
pact_ffi = { git = 'https://github.com/pact-foundation/pact-reference.git', branch = "issue/134_missing_buffer_logs" }

0 comments on commit 8236264

Please sign in to comment.