From 7792c635f2f1f887047e5d7d47d30583ac5f96d3 Mon Sep 17 00:00:00 2001 From: Ronald Holshausen Date: Fri, 29 Nov 2024 16:03:37 +1100 Subject: [PATCH] bump version to 0.4.25 --- rust/Cargo.lock | 2 +- rust/pact_ffi/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index ee073654..eebf5ee3 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -2190,7 +2190,7 @@ dependencies = [ [[package]] name = "pact_ffi" -version = "0.4.24" +version = "0.4.25" dependencies = [ "ansi_term", "anyhow", diff --git a/rust/pact_ffi/Cargo.toml b/rust/pact_ffi/Cargo.toml index 4ed8fea4..74958354 100644 --- a/rust/pact_ffi/Cargo.toml +++ b/rust/pact_ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pact_ffi" -version = "0.4.24" +version = "0.4.25" authors = ["Ronald Holshausen ", "Matt Fellows ", "Andrew Lilley Brinker ", "Caleb Stepanian "] edition = "2021" description = "Pact interface for foreign languages."