From 261e15553a27029dca96fca0972a5903e4a52792 Mon Sep 17 00:00:00 2001 From: Ronald Holshausen Date: Fri, 10 Sep 2021 14:30:50 +1000 Subject: [PATCH] bump version to 0.0.3 --- drivers/rust/Cargo.lock | 2 +- drivers/rust/driver/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/rust/Cargo.lock b/drivers/rust/Cargo.lock index a82680eb..90331fab 100644 --- a/drivers/rust/Cargo.lock +++ b/drivers/rust/Cargo.lock @@ -825,7 +825,7 @@ dependencies = [ [[package]] name = "pact-plugin-driver" -version = "0.0.2" +version = "0.0.3" dependencies = [ "anyhow", "bytes", diff --git a/drivers/rust/driver/Cargo.toml b/drivers/rust/driver/Cargo.toml index df206c9d..1b53d7f7 100644 --- a/drivers/rust/driver/Cargo.toml +++ b/drivers/rust/driver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pact-plugin-driver" -version = "0.0.2" +version = "0.0.3" description = "Pact support library that provides an interface for interacting with Pact plugins" edition = "2018" documentation = "https://docs.rs/pact-plugin-driver"