From 885816951ab26743a5421f909fff1f8ce09c0707 Mon Sep 17 00:00:00 2001 From: Ronald Holshausen Date: Wed, 7 Feb 2024 10:49:24 +1100 Subject: [PATCH] bump version to 1.1.19 --- rust/Cargo.lock | 2 +- rust/pact_models/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 2ff943f47..c8887fd96 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -2005,7 +2005,7 @@ dependencies = [ [[package]] name = "pact_models" -version = "1.1.18" +version = "1.1.19" dependencies = [ "anyhow", "ariadne", diff --git a/rust/pact_models/Cargo.toml b/rust/pact_models/Cargo.toml index 00f9f5c22..b7b6c9d2d 100644 --- a/rust/pact_models/Cargo.toml +++ b/rust/pact_models/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pact_models" -version = "1.1.18" +version = "1.1.19" authors = ["Ronald Holshausen "] edition = "2021" description = "Pact-Rust support library that provides the core models for dealing with Pact files"