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"