From 7d98c5fb5b453ea3bb1add5c670cde937a02db8e Mon Sep 17 00:00:00 2001 From: Peter Huene Date: Tue, 21 Nov 2023 11:16:00 -0800 Subject: [PATCH] Bump Wasmtime version to 15.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 1269a235..f7f9f6cd 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ true - 13.0.0 + 15.0.0 $(WasmtimeVersion)$(WasmtimeDotnetVersion)-dev $(WasmtimeVersion)$(WasmtimeDotnetVersion) diff --git a/src/Wasmtime.csproj b/src/Wasmtime.csproj index 46c7fe0a..706f96a6 100644 --- a/src/Wasmtime.csproj +++ b/src/Wasmtime.csproj @@ -20,7 +20,7 @@ https://github.com/bytecodealliance/wasmtime-dotnet true true - Update Wasmtime to 13.0.0. + Update Wasmtime to 15.0.0. A .NET API for Wasmtime, a standalone WebAssembly runtime webassembly, .net, wasm, wasmtime Wasmtime