From 8350e4d363d1eec52be79377bd22ab4ea8161b3c Mon Sep 17 00:00:00 2001 From: Ronald Holshausen Date: Wed, 4 Sep 2024 15:19:59 +1000 Subject: [PATCH] bump version to 0.4.24 --- 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 9ce2d8d1..b6d0de28 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -2070,7 +2070,7 @@ dependencies = [ [[package]] name = "pact_ffi" -version = "0.4.23" +version = "0.4.24" dependencies = [ "ansi_term", "anyhow", diff --git a/rust/pact_ffi/Cargo.toml b/rust/pact_ffi/Cargo.toml index 3cb59281..865df2c2 100644 --- a/rust/pact_ffi/Cargo.toml +++ b/rust/pact_ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pact_ffi" -version = "0.4.23" +version = "0.4.24" authors = ["Ronald Holshausen ", "Matt Fellows ", "Andrew Lilley Brinker ", "Caleb Stepanian "] edition = "2021" description = "Pact interface for foreign languages."