From 385996939baa1f7543ff977d4898ec0e5d313465 Mon Sep 17 00:00:00 2001 From: Miles Johnson Date: Fri, 23 Feb 2024 14:58:52 -0800 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- nextgen/pdk-test-utils/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0af69b80092..758c9497c51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3549,7 +3549,7 @@ dependencies = [ [[package]] name = "moon_pdk_test_utils" -version = "0.0.4" +version = "0.0.5" dependencies = [ "extism", "moon_pdk_api", diff --git a/nextgen/pdk-test-utils/Cargo.toml b/nextgen/pdk-test-utils/Cargo.toml index c9871b2f3f9..c8bdc860792 100644 --- a/nextgen/pdk-test-utils/Cargo.toml +++ b/nextgen/pdk-test-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "moon_pdk_test_utils" -version = "0.0.4" +version = "0.0.5" edition = "2021" license = "MIT" description = "Utilities for testing moon WASM plugins."