From 6323c79838b2cc87b5e9a12cb4423132bdf68252 Mon Sep 17 00:00:00 2001 From: Peter Huene Date: Tue, 2 Jan 2024 13:47:39 -0800 Subject: [PATCH] Bump Wasmtime version to 16.0.0. --- Directory.Build.props | 2 +- src/Wasmtime.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index f7f9f6c..ebe9f99 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ true - 15.0.0 + 16.0.0 $(WasmtimeVersion)$(WasmtimeDotnetVersion)-dev $(WasmtimeVersion)$(WasmtimeDotnetVersion) diff --git a/src/Wasmtime.csproj b/src/Wasmtime.csproj index 706f96a..3208e8e 100644 --- a/src/Wasmtime.csproj +++ b/src/Wasmtime.csproj @@ -20,7 +20,7 @@ https://github.com/bytecodealliance/wasmtime-dotnet true true - Update Wasmtime to 15.0.0. + Update Wasmtime to 16.0.0. A .NET API for Wasmtime, a standalone WebAssembly runtime webassembly, .net, wasm, wasmtime Wasmtime