Skip to content

Commit

Permalink
chore: Fix mock server crate to the development version
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jun 24, 2024
1 parent 2b49b39 commit 3467307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions rust/Cargo.lock

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

1 change: 1 addition & 0 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ tracing-subscriber = { git = "https://github.com/tokio-rs/tracing.git", tag = "t
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" }
pact_mock_server = { version = "~2.0.0-beta.2", default-features = false, git = "https://github.com/pact-foundation/pact-core-mock-server.git", branch = "v2.0.x" }

[profile.release]
strip = true
Expand Down

0 comments on commit 3467307

Please sign in to comment.