Skip to content

Commit

Permalink
fix: align tracing lib across pact libs
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jun 7, 2024
1 parent 5a8e1df commit 0bf8419
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 2 additions & 3 deletions drivers/rust/driver/Cargo.lock

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

3 changes: 3 additions & 0 deletions drivers/rust/driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,6 @@ test-log = "0.2.15"

[build-dependencies]
tonic-build = "0.11.0"

[patch.crates-io]
pact_models = { version="~1.2.0", git = "https://github.com/you54f/pact-reference", branch="fix/logging_align_tracing_libs", default-features = false }
1 change: 1 addition & 0 deletions drivers/rust/driver_ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ tonic = "0.11.0"

[patch.crates-io]
pact_ffi = { git = 'https://github.com/pact-foundation/pact-reference.git' }
pact_models = { version="~1.2.0", git = "https://github.com/you54f/pact-reference", branch="fix/logging_align_tracing_libs", default-features = false }

0 comments on commit 0bf8419

Please sign in to comment.