From 1a9596244ad5794909cc4ef82ecc62c505c958f9 Mon Sep 17 00:00:00 2001 From: Isaiah Inuwa Date: Thu, 18 Dec 2025 09:51:07 -0600 Subject: [PATCH] Run cargo sort --- apps/desktop/desktop_native/Cargo.toml | 3 ++- apps/desktop/desktop_native/win_webauthn/Cargo.toml | 2 +- .../desktop_native/windows_plugin_authenticator/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/desktop/desktop_native/Cargo.toml b/apps/desktop/desktop_native/Cargo.toml index 22d338c31ab..4d2e0b624be 100644 --- a/apps/desktop/desktop_native/Cargo.toml +++ b/apps/desktop/desktop_native/Cargo.toml @@ -8,7 +8,8 @@ members = [ "macos_provider", "napi", "process_isolation", - "proxy", "win_webauthn", + "proxy", + "win_webauthn", "windows_plugin_authenticator" ] diff --git a/apps/desktop/desktop_native/win_webauthn/Cargo.toml b/apps/desktop/desktop_native/win_webauthn/Cargo.toml index ca176103e00..41abe582e0c 100644 --- a/apps/desktop/desktop_native/win_webauthn/Cargo.toml +++ b/apps/desktop/desktop_native/win_webauthn/Cargo.toml @@ -22,4 +22,4 @@ windows = { workspace = true, features = [ "Win32_System_Com", "Win32_System_LibraryLoader", ] } -windows-core = { workspace = true } \ No newline at end of file +windows-core = { workspace = true } diff --git a/apps/desktop/desktop_native/windows_plugin_authenticator/Cargo.toml b/apps/desktop/desktop_native/windows_plugin_authenticator/Cargo.toml index c3f2d41b771..b13c12d6572 100644 --- a/apps/desktop/desktop_native/windows_plugin_authenticator/Cargo.toml +++ b/apps/desktop/desktop_native/windows_plugin_authenticator/Cargo.toml @@ -28,4 +28,4 @@ base64 = { workspace = true } win_webauthn = { path = "../win_webauthn" } [lints] -workspace = true \ No newline at end of file +workspace = true