diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 86533097..8644f2a5 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -2228,7 +2228,7 @@ dependencies = [ [[package]] name = "pact_models" -version = "1.2.4" +version = "1.2.5" dependencies = [ "anyhow", "ariadne", diff --git a/rust/pact_models/Cargo.toml b/rust/pact_models/Cargo.toml index a661eecf..d9441928 100644 --- a/rust/pact_models/Cargo.toml +++ b/rust/pact_models/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pact_models" -version = "1.2.4" +version = "1.2.5" authors = ["Ronald Holshausen "] edition = "2021" description = "Pact-Rust support library that provides the core models for dealing with Pact files"