From 25cc5655c0248bbdcc82dad89e142f9bc66ad1dd Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Mon, 14 Oct 2024 23:20:41 -0300 Subject: [PATCH] chore(ci): delete processed change file --- .changes/event-commands-async.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .changes/event-commands-async.md diff --git a/.changes/event-commands-async.md b/.changes/event-commands-async.md deleted file mode 100644 index 743092f49..000000000 --- a/.changes/event-commands-async.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri": patch:enhance ---- - -Mark the event commands as async so they do not block the main thread.