From 283fcb123475cf9a30d3c1a6ca61ea94b2e93a96 Mon Sep 17 00:00:00 2001 From: Ronald Holshausen Date: Fri, 20 Dec 2024 14:19:23 +1100 Subject: [PATCH] bump version to 0.4.27 --- 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 c5304c43..2d218dfb 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -360,9 +360,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.4" +version = "1.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9157bbaa6b165880c27a4293a474c91cdcf265cc68cc829bf10be0964a391caf" +checksum = "c31a0499c1dc64f458ad13872de75c0eb7e3fdb0e67964610c914b034fc5956e" dependencies = [ "jobserver", "libc", @@ -2184,7 +2184,7 @@ dependencies = [ [[package]] name = "pact_ffi" -version = "0.4.26" +version = "0.4.27" dependencies = [ "ansi_term", "anyhow", diff --git a/rust/pact_ffi/Cargo.toml b/rust/pact_ffi/Cargo.toml index 7234bf69..1039f25c 100644 --- a/rust/pact_ffi/Cargo.toml +++ b/rust/pact_ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pact_ffi" -version = "0.4.26" +version = "0.4.27" authors = ["Ronald Holshausen ", "Matt Fellows ", "Andrew Lilley Brinker ", "Caleb Stepanian "] edition = "2021" description = "Pact interface for foreign languages."