From 7465b6da173f2a9dad8bcb879b8d3a385934779b Mon Sep 17 00:00:00 2001 From: Ronald Holshausen Date: Wed, 13 Nov 2024 10:55:04 +1100 Subject: [PATCH] bump version to 1.2.6 --- 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 c1224ee4..89e403ed 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -2342,7 +2342,7 @@ dependencies = [ [[package]] name = "pact_models" -version = "1.2.5" +version = "1.2.6" dependencies = [ "anyhow", "ariadne", diff --git a/rust/pact_models/Cargo.toml b/rust/pact_models/Cargo.toml index 566ba2bc..4bded3e3 100644 --- a/rust/pact_models/Cargo.toml +++ b/rust/pact_models/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pact_models" -version = "1.2.5" +version = "1.2.6" authors = ["Ronald Holshausen "] edition = "2021" description = "Pact-Rust support library that provides the core models for dealing with Pact files"