From e377f8d94b8218665d46c093617df93d256de294 Mon Sep 17 00:00:00 2001 From: Chip Reed Date: Wed, 5 Jun 2024 06:52:50 +0200 Subject: [PATCH] fix cargo manifest newline change --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 0a7d2497c..9b4468875 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ members = [ "core/tauri-build", "core/tauri-codegen", "core/tauri-config-schema", + # integration tests "core/tests/restart", "core/tests/app-updater",