Skip to content

Commit

Permalink
chore: synced pact-rust docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Action committed Jul 29, 2024
1 parent f77744d commit c22f63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/implementation_guides/rust/pact_consumer.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To use it, add it to your dev-dependencies in your cargo manifest:

```toml
[dev-dependencies]
pact_consumer = "1.3"
pact_consumer = "~1.3.0"
```

You can now write a pact test using the consumer DSL.
Expand Down

0 comments on commit c22f63d

Please sign in to comment.