From 32521a391d343d7dda8613326bfce16388bc9803 Mon Sep 17 00:00:00 2001 From: Jeff Charles Date: Thu, 18 Jun 2026 15:20:15 -0400 Subject: [PATCH] v9.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b1a5acce..ee10bd6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -969,7 +969,7 @@ checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" [[package]] name = "function-runner" -version = "9.1.2" +version = "9.2.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index d00723f6..fb59981d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ members = [ [package] name = "function-runner" -version = "9.1.2" +version = "9.2.0" edition = "2021"