Skip to content

Commit

Permalink
chore: Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jul 29, 2024
1 parent c91bb0c commit 00efcb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust/pact_consumer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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
2 changes: 1 addition & 1 deletion rust/pact_consumer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
//!
//! ```toml
//! [dev-dependencies]
//! pact_consumer = "1.1"
//! pact_consumer = "~1.3.0"
//! ```
//!
//! Once this is done, you can then write the following inside a function marked
Expand Down

0 comments on commit 00efcb5

Please sign in to comment.