From 503e60e11edfae228c8fd462f3a5e756e3425055 Mon Sep 17 00:00:00 2001 From: Miguel Date: Wed, 4 Jun 2025 14:31:58 +0100 Subject: [PATCH] Update netcorehost dependency --- src/tauri-dotnet-bridge-host/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tauri-dotnet-bridge-host/Cargo.toml b/src/tauri-dotnet-bridge-host/Cargo.toml index 968162c..bf086ce 100644 --- a/src/tauri-dotnet-bridge-host/Cargo.toml +++ b/src/tauri-dotnet-bridge-host/Cargo.toml @@ -8,5 +8,5 @@ license = "BSD-3-Clause" repository = "https://github.com/plainionist/TauriDotNetBridge" [dependencies] -netcorehost = "0.17.0" +netcorehost = "0.18.0" lazy_static = "1.4"