From 2737be64dc62453eca28abbe7f8a0a1657ce3a28 Mon Sep 17 00:00:00 2001 From: Adam Petro Date: Thu, 16 Jan 2025 17:04:59 -0500 Subject: [PATCH] v7.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d50d8ad..57225174 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -860,7 +860,7 @@ dependencies = [ [[package]] name = "function-runner" -version = "7.0.0" +version = "7.0.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 69b15236..9b6c033d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ [package] name = "function-runner" -version = "7.0.0" +version = "7.0.1" edition = "2021"