Skip to content

Commit

Permalink
fix: improve file locking behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Feb 10, 2021
1 parent 3063a6b commit 0f73466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ neon-build = "0.6.0"
neon = { version = "0.6.0", features = ["event-handler-api"] }
pact_mock_server = "0.7.15"
pact_mock_server_ffi = ">=0.0.15"
pact_matching = "0.8.10"
pact_verifier = "0.10.3"
pact_matching = "0.8.11"
pact_verifier = "0.10.4"
env_logger = "0.8"
log = "0.4.6"
uuid = { version = "0.8.1", features = ["v4"] }
Expand Down

0 comments on commit 0f73466

Please sign in to comment.