From 93e247b32053e31f3c4f514daf43cff9f3682074 Mon Sep 17 00:00:00 2001 From: aecsocket <43144841+aecsocket@users.noreply.github.com> Date: Sat, 25 Jul 2026 08:07:39 +0100 Subject: [PATCH] tombi fmt --- .cargo/config.toml | 2 +- Cargo.toml | 2 +- apps/app/Cargo.toml | 4 ++-- packages/app-lib/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index bdeac036f2..d4ed40327b 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,5 +1,5 @@ # Windows has stack overflows when calling from Tauri, so we increase the default stack size used by the compiler -[target.'cfg(windows)'] +[target."cfg(windows)"] rustflags = ["-C", "link-args=/STACK:16777220"] [target.x86_64-pc-windows-msvc] diff --git a/Cargo.toml b/Cargo.toml index 2d99c43e1b..1529ce8910 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,8 +58,8 @@ bytemuck = "1.24.0" bytes = "1.10.1" censor = "0.3.0" chardetng = "0.1.17" -chumsky = "0.9.3" chrono = "0.4.42" +chumsky = "0.9.3" cidre = { version = "0.15.0", default-features = false, features = [ "macos_15_0" ] } diff --git a/apps/app/Cargo.toml b/apps/app/Cargo.toml index 77a2b5368d..a5209f5c50 100644 --- a/apps/app/Cargo.toml +++ b/apps/app/Cargo.toml @@ -55,11 +55,11 @@ core-foundation.workspace = true core-graphics.workspace = true objc2-app-kit = { workspace = true, features = ["NSWindow"] } -[target.'cfg(windows)'.dependencies] +[target."cfg(windows)".dependencies] webview2-com.workspace = true windows-core.workspace = true -[target.'cfg(windows)'.dependencies.windows] +[target."cfg(windows)".dependencies.windows] workspace = true features = [ "Win32_Foundation", diff --git a/packages/app-lib/Cargo.toml b/packages/app-lib/Cargo.toml index 71eaa5de1e..2ddccf999d 100644 --- a/packages/app-lib/Cargo.toml +++ b/packages/app-lib/Cargo.toml @@ -121,7 +121,7 @@ dunce = { workspace = true } [target.'cfg(target_os = "macos")'.dependencies] cidre = { workspace = true, features = ["blocks", "nw"] } -[target.'cfg(windows)'.dependencies] +[target."cfg(windows)".dependencies] windows = { workspace = true, features = ["Networking_Connectivity"] } windows-core = { workspace = true } winreg = { workspace = true }