From c222e7d53f49cb65885ac66fe6a0304dac44d107 Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Fri, 17 Oct 2025 09:36:53 +0200 Subject: [PATCH] Undo change --- .../desktop_native/windows_plugin_authenticator/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/desktop_native/windows_plugin_authenticator/Cargo.toml b/apps/desktop/desktop_native/windows_plugin_authenticator/Cargo.toml index 9fd873d868e..17c834325a4 100644 --- a/apps/desktop/desktop_native/windows_plugin_authenticator/Cargo.toml +++ b/apps/desktop/desktop_native/windows_plugin_authenticator/Cargo.toml @@ -6,7 +6,6 @@ license = { workspace = true } publish = { workspace = true } [target.'cfg(windows)'.dependencies] -hex = { workspace = true } windows = { workspace = true, features = [ "Win32_Foundation", "Win32_Security", @@ -14,6 +13,7 @@ windows = { workspace = true, features = [ "Win32_System_LibraryLoader", ] } windows-core = { workspace = true } +hex = { workspace = true } [lints] workspace = true