From 8c11d9b728891d4cdcd0040fe705eb1555179816 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Fri, 24 Jan 2025 12:02:52 +1100 Subject: [PATCH] chore(rust): fmt `Cargo.toml` (#7848) Unfortunately, we don't have a formatter for the manifest other than sorting the dependencies alphabetically so some things need to be taken care of manually. --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 029f6141c..2623ed60e 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -111,7 +111,7 @@ subtle = "2.5.0" swift-bridge = "0.1.57" swift-bridge-build = "0.1.57" lockfree-object-pool = "0.1.6" -tauri = { version = "2.2.3", features = [ "native-tls" ] } +tauri = { version = "2.2.3", features = ["native-tls"] } tauri-build = "2.0.1" tauri-plugin-dialog = "2.2.0" tauri-plugin-notification = "2.2.0"