From 1905f3f892177936044871f106fcb02915f540e0 Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Thu, 16 Oct 2025 18:05:46 +0200 Subject: [PATCH] Re-sort with locked version --- apps/desktop/desktop_native/Cargo.toml | 2 +- apps/desktop/desktop_native/core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/desktop/desktop_native/Cargo.toml b/apps/desktop/desktop_native/Cargo.toml index fef815e7d3f..56290c6a9b3 100644 --- a/apps/desktop/desktop_native/Cargo.toml +++ b/apps/desktop/desktop_native/Cargo.toml @@ -9,7 +9,7 @@ members = [ "process_isolation", "proxy", "ssh_agent", - "windows_plugin_authenticator", + "windows_plugin_authenticator" ] [workspace.package] diff --git a/apps/desktop/desktop_native/core/Cargo.toml b/apps/desktop/desktop_native/core/Cargo.toml index a1ba8113b07..2fd7b805850 100644 --- a/apps/desktop/desktop_native/core/Cargo.toml +++ b/apps/desktop/desktop_native/core/Cargo.toml @@ -13,7 +13,7 @@ default = [ "dep:security-framework", "dep:security-framework-sys", "dep:zbus", - "dep:zbus_polkit", + "dep:zbus_polkit" ] manual_test = []