From 9018f062572c0b21d643975346a21c1ab8607aac Mon Sep 17 00:00:00 2001 From: Jeff Charles Date: Mon, 11 Nov 2024 11:55:11 -0500 Subject: [PATCH] v6.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 000ad41a..5a9726d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -960,7 +960,7 @@ dependencies = [ [[package]] name = "function-runner" -version = "6.2.1" +version = "6.3.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index cd8d35ef..886165b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ [package] name = "function-runner" -version = "6.2.1" +version = "6.3.0" edition = "2021"