From f4754e3df5f5fc74b923ef18867f82b723ae229e Mon Sep 17 00:00:00 2001 From: Ronald Holshausen Date: Thu, 19 Dec 2024 16:32:57 +1100 Subject: [PATCH] bump version to 0.4.26 --- rust/Cargo.lock | 6 +++--- rust/pact_ffi/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 7da8998c..c5304c43 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1674,9 +1674,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.168" +version = "0.2.169" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d" +checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" [[package]] name = "libredox" @@ -2184,7 +2184,7 @@ dependencies = [ [[package]] name = "pact_ffi" -version = "0.4.25" +version = "0.4.26" dependencies = [ "ansi_term", "anyhow", diff --git a/rust/pact_ffi/Cargo.toml b/rust/pact_ffi/Cargo.toml index c89eeaea..7234bf69 100644 --- a/rust/pact_ffi/Cargo.toml +++ b/rust/pact_ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pact_ffi" -version = "0.4.25" +version = "0.4.26" authors = ["Ronald Holshausen ", "Matt Fellows ", "Andrew Lilley Brinker ", "Caleb Stepanian "] edition = "2021" description = "Pact interface for foreign languages."