From 0e2412f0d5652baca715b0ff8e0df37175f896ed Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Fri, 17 Oct 2025 09:37:46 +0200 Subject: [PATCH] Undo change --- apps/desktop/desktop_native/autotype/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/desktop/desktop_native/autotype/Cargo.toml b/apps/desktop/desktop_native/autotype/Cargo.toml index f0c71768ff1..3d1e74254ce 100644 --- a/apps/desktop/desktop_native/autotype/Cargo.toml +++ b/apps/desktop/desktop_native/autotype/Cargo.toml @@ -5,6 +5,9 @@ license.workspace = true edition.workspace = true publish.workspace = true +[dependencies] +anyhow = { workspace = true } + [target.'cfg(windows)'.dependencies] tracing.workspace = true windows = { workspace = true, features = [ @@ -13,8 +16,5 @@ windows = { workspace = true, features = [ ] } windows-core = { workspace = true } -[dependencies] -anyhow = { workspace = true } - [lints] workspace = true