From 9c3c46f07b4e570fb768422da6c52f5ea122154f Mon Sep 17 00:00:00 2001 From: amrbashir Date: Mon, 29 Apr 2024 20:45:25 +0300 Subject: [PATCH] change file --- .changes/no_std.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changes/no_std.md diff --git a/.changes/no_std.md b/.changes/no_std.md new file mode 100644 index 0000000..c8849b8 --- /dev/null +++ b/.changes/no_std.md @@ -0,0 +1,7 @@ +--- +"nsis_tauri_utils": "minor" +"nsis_semvercompare": "minor" +"nsis_process": "minor" +--- + +Reduce the DLL size by using `no_std` and without static msvcrt.