Skip to content

Commit

Permalink
Merge pull request #9 from YOU54F/fix/plugins_golang_windows_shutdown…
Browse files Browse the repository at this point in the history
…_unix_sig_handlers

fix(plugins): install signal handlers via PACT_CORE_PLUGINS_SIGNAL_HA…
  • Loading branch information
YOU54F authored Jul 5, 2024
2 parents 42c083e + 338d45b commit 29c0cee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rust/Cargo.lock

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

6 changes: 6 additions & 0 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ pact_matching = { version = "~1.2.4", path = "./pact_matching" }
# Issue 389 - Pull change into other crates
pact_models = { version = "~1.2.1", path = "./pact_models" }

# Fixes
# Windows plugin shutdown
# Install signal handlers on Unix via PACT_CORE_PLUGINS_SIGNAL_HANDLERS=1
pact-plugin-driver = { version = "~0.6.1", git = "https://github.com/you54f/pact-plugins" }
# pact-plugin-driver = { version = "~0.6.1", path = "../../pact-plugins/drivers/rust/driver" }

[profile.release]
strip = true
opt-level = "z"
Expand Down

0 comments on commit 29c0cee

Please sign in to comment.