From 3d96e9567b6f93f14789c00d9ce0272e6a3081ab Mon Sep 17 00:00:00 2001 From: Phil Kedy Date: Thu, 9 May 2024 20:06:16 -0400 Subject: [PATCH] Version bump wasmtime-provider to 1.17.0 (#81) --- 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 e4ba336..65ffe97 100644 --- a/crates/wasmtime-provider/Cargo.toml +++ b/crates/wasmtime-provider/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmtime-provider" -version = "1.16.0" +version = "1.17.0" authors = [ "Kevin Hoffman ", "Jarrod Overson ",