From f8a9b5781c358f822049a4ef36f66d6a7a1f9620 Mon Sep 17 00:00:00 2001 From: Isaiah Inuwa Date: Fri, 13 Feb 2026 11:19:32 -0600 Subject: [PATCH] Run cargo sort --- apps/desktop/desktop_native/Cargo.toml | 1 - apps/desktop/desktop_native/win_webauthn/Cargo.toml | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/apps/desktop/desktop_native/Cargo.toml b/apps/desktop/desktop_native/Cargo.toml index f7d94929a1c..477d7df55be 100644 --- a/apps/desktop/desktop_native/Cargo.toml +++ b/apps/desktop/desktop_native/Cargo.toml @@ -12,7 +12,6 @@ members = [ "ssh_agent", "win_webauthn", "windows_plugin_authenticator", - "windows_plugin_authenticator" ] [workspace.package] diff --git a/apps/desktop/desktop_native/win_webauthn/Cargo.toml b/apps/desktop/desktop_native/win_webauthn/Cargo.toml index a246ed4ba73..8ea22b347e1 100644 --- a/apps/desktop/desktop_native/win_webauthn/Cargo.toml +++ b/apps/desktop/desktop_native/win_webauthn/Cargo.toml @@ -5,9 +5,6 @@ license.workspace = true edition.workspace = true publish.workspace = true -[lints] -workspace = true - [target.'cfg(windows)'.dependencies] base64 = { workspace = true } ciborium = { workspace = true } @@ -23,3 +20,6 @@ windows-core = { workspace = true } [target.'cfg(windows)'.dev-dependencies] hex = { workspace = true } + +[lints] +workspace = true