Skip to content

Commit

Permalink
chore: Upgrade pact_consumer to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed May 23, 2023
1 parent 6aac93b commit c2d925e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion rust/Cargo.lock

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

2 changes: 1 addition & 1 deletion rust/pact_consumer/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pact_consumer"
version = "0.10.9"
version = "1.0.0"
authors = ["Ronald Holshausen <ronald.holshausen@gmail.com>", "Eric Kidd <git@randomhacks.net>"]
edition = "2021"
description = "Pact-Rust module that provides support for writing consumer pact tests"
Expand Down
2 changes: 1 addition & 1 deletion rust/pact_consumer/README.md
Expand Up @@ -12,7 +12,7 @@ To use it, add it to your dev-dependencies in your cargo manifest:

```toml
[dev-dependencies]
pact_consumer = "0.10.9"
pact_consumer = "1.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
Expand Up @@ -31,7 +31,7 @@
//!
//! ```toml
//! [dev-dependencies]
//! pact_consumer = "0.10"
//! pact_consumer = "1.0"
//! ```
//!
//! Once this is done, you can then write the following inside a function marked
Expand Down
2 changes: 1 addition & 1 deletion rust/pact_verifier/Cargo.toml
Expand Up @@ -58,7 +58,7 @@ crate-type = ["cdylib", "rlib"]
quickcheck = "1.0.3"
expectest = "0.12.0"
env_logger = "0.10.0"
pact_consumer = { version = "~0.10.0", path = "../pact_consumer" }
pact_consumer = { version = "~1.0.0", path = "../pact_consumer" }
test-log = { version = "0.2.11", features = ["trace"] }
tracing-subscriber = { version = "0.3.16", features = ["env-filter", "tracing-log", "fmt"] }
chrono = "0.4.24"
Expand Down

0 comments on commit c2d925e

Please sign in to comment.