diff --git a/Cargo.lock b/Cargo.lock index 48e11c38..c0fb5cc2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -835,7 +835,7 @@ dependencies = [ [[package]] name = "function-runner" -version = "4.0.0" +version = "4.1.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 6419be1d..a81c5ed8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ members = [ [package] name = "function-runner" -version = "4.0.0" +version = "4.1.0" edition = "2021" [profile.benchmark]