From facb2c45b14686d0bdd3f69e34b681611ff3f8df Mon Sep 17 00:00:00 2001 From: Ronald Holshausen Date: Tue, 16 Apr 2024 16:26:37 +1000 Subject: [PATCH] bump version to 1.2.2 --- rust/Cargo.lock | 2 +- rust/pact_matching/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 55b1f0983..bb0768afe 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -2037,7 +2037,7 @@ dependencies = [ [[package]] name = "pact_matching" -version = "1.2.1" +version = "1.2.2" dependencies = [ "ansi_term", "anyhow", diff --git a/rust/pact_matching/Cargo.toml b/rust/pact_matching/Cargo.toml index d233814bb..2cb0de16a 100644 --- a/rust/pact_matching/Cargo.toml +++ b/rust/pact_matching/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pact_matching" -version = "1.2.1" +version = "1.2.2" authors = ["Ronald Holshausen "] edition = "2021" description = "Pact-Rust support library that implements request and response matching logic"