diff --git a/rust/Cargo.lock b/rust/Cargo.lock index e544f975f..5435de507 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -2194,7 +2194,7 @@ dependencies = [ [[package]] name = "pact_models" -version = "1.1.19" +version = "1.2.0" dependencies = [ "anyhow", "ariadne", diff --git a/rust/pact_models/Cargo.toml b/rust/pact_models/Cargo.toml index 3b870720a..f9fad7d17 100644 --- a/rust/pact_models/Cargo.toml +++ b/rust/pact_models/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pact_models" -version = "1.1.19" +version = "1.2.0" authors = ["Ronald Holshausen "] edition = "2021" description = "Pact-Rust support library that provides the core models for dealing with Pact files"