From c957985a6122d9c5ae0c71181ce11f26711e3852 Mon Sep 17 00:00:00 2001 From: Flavio Castelli Date: Thu, 11 Jul 2024 16:16:08 +0200 Subject: [PATCH] Create wasmtime-provider v1.19.1 release Patch release required because the 1.9.0 failed due to an automation bug. This has been fixed in the meantime. Signed-off-by: Flavio Castelli --- crates/wasmtime-provider/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/wasmtime-provider/Cargo.toml b/crates/wasmtime-provider/Cargo.toml index e4644b2..ba4bb22 100644 --- a/crates/wasmtime-provider/Cargo.toml +++ b/crates/wasmtime-provider/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmtime-provider" -version = "1.19.0" +version = "1.19.1" authors = [ "Kevin Hoffman ", "Jarrod Overson ",